Skip to content

Commit 754b9e9

Browse files
committed
updated dev group
1 parent 5d67742 commit 754b9e9

File tree

2 files changed

+38
-46
lines changed

2 files changed

+38
-46
lines changed

pyproject.toml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ postgres = []
4848
fastembed = ["fastembed>=0.3.0,<0.4 ; python_version < '3.13'"]
4949
docs = ["pydoc-markdown>=4.8.2 ; python_version < '3.12'"]
5050
cohere = ["cohere>=5.9.4,<6.00"]
51+
dev = [
52+
"ipykernel>=6.25.0,<7",
53+
"ruff>=0.1.5,<0.2",
54+
"pytest~=8.2",
55+
"pytest-mock>=3.12.0,<4",
56+
"pytest-cov>=4.1.0,<5",
57+
"pytest-xdist>=3.5.0,<4",
58+
"pytest-asyncio>=0.24.0,<0.25",
59+
"mypy>=1.7.1,<2",
60+
"types-pyyaml>=6.0.12.12,<7",
61+
"types-requests>=2.31.0,<3",
62+
"black[jupyter]>=23.1.0",
63+
]
5164
all = [
5265
"semantic-router[local]",
5366
"semantic-router[pinecone]",
@@ -71,21 +84,6 @@ torchvision = [
7184
{ index = "pytorch-cpu", marker = "python_version < '3.13' or sys_platform != 'darwin'" },
7285
]
7386

74-
[dependency-groups]
75-
dev = [
76-
"ipykernel>=6.25.0,<7",
77-
"ruff>=0.1.5,<0.2",
78-
"pytest~=8.2",
79-
"pytest-mock>=3.12.0,<4",
80-
"pytest-cov>=4.1.0,<5",
81-
"pytest-xdist>=3.5.0,<4",
82-
"pytest-asyncio>=0.24.0,<0.25",
83-
"mypy>=1.7.1,<2",
84-
"types-pyyaml>=6.0.12.12,<7",
85-
"types-requests>=2.31.0,<3",
86-
"black[jupyter]>=23.1.0",
87-
]
88-
8987
[tool.hatch.build.targets.sdist]
9088
include = ["semantic_router"]
9189

uv.lock

Lines changed: 25 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)