Skip to content

Commit cf38728

Browse files
authored
Merge pull request #5 from alchemystack/claude/ecstatic-tesla
Bump minimum dependency versions to modern baselines
2 parents beb1bbc + 3e21cf5 commit cf38728

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=68.0", "setuptools-scm>=8.0"]
2+
requires = ["setuptools>=75.0", "setuptools-scm>=8.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -23,11 +23,11 @@ classifiers = [
2323
]
2424
readme = "README.md"
2525
dependencies = [
26-
"numpy>=1.24.0",
27-
"pydantic>=2.0.0",
28-
"pydantic-settings>=2.0.0",
29-
"grpcio>=1.60.0",
30-
"protobuf>=4.21.0",
26+
"numpy>=2.0.0",
27+
"pydantic>=2.5.0",
28+
"pydantic-settings>=2.5.0",
29+
"grpcio>=1.68.0",
30+
"protobuf>=5.26.0",
3131
]
3232

3333
[project.urls]
@@ -38,13 +38,13 @@ Changelog = "https://github.com/qr-sampler/qr-sampler/blob/main/CHANGELOG.md"
3838

3939
[project.optional-dependencies]
4040
dev = [
41-
"pytest>=7.0",
42-
"pytest-cov>=4.0",
43-
"scipy>=1.10.0",
44-
"ruff>=0.4.0",
45-
"mypy>=1.8.0",
46-
"pre-commit>=3.0",
47-
"bandit>=1.7.0",
41+
"pytest>=8.0",
42+
"pytest-cov>=5.0",
43+
"scipy>=1.12.0",
44+
"ruff>=0.8.0",
45+
"mypy>=1.10.0",
46+
"pre-commit>=4.0",
47+
"bandit>=1.8.0",
4848
]
4949

5050
[project.entry-points."vllm.logits_processors"]

0 commit comments

Comments
 (0)