We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b354d4d commit c6000fdCopy full SHA for c6000fd
pyproject.toml
@@ -30,7 +30,7 @@ authors = [{ name = "NVIDIA Inc.", email = "[email protected]" }]
30
description = "Triton Inference Server In-Process Python API"
31
license = { file = "LICENSE.txt" }
32
dynamic = ["version"]
33
-dependencies = ["numpy<2"]
+dependencies = ["numpy"]
34
classifiers = [
35
"Development Status :: 5 - Production/Stable",
36
"Intended Audience :: Developers",
@@ -62,7 +62,6 @@ requires = [
62
"wheel==0.44.0",
63
# For stubgen:
64
"mypy==1.11.0",
65
- "numpy<2",
66
]
67
build-backend = "setuptools.build_meta"
68
0 commit comments