File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=68 .0" , " setuptools-scm>=8.0 " ]
2+ requires = [" setuptools>=75 .0" , " setuptools-scm>=8.1 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -23,11 +23,11 @@ classifiers = [
2323]
2424readme = " README.md"
2525dependencies = [
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 ]
4040dev = [
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" ]
You can’t perform that action at this time.
0 commit comments