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 c6000fd commit d37dd6aCopy full SHA for d37dd6a
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"]
+dependencies = ["numpy<2"]
34
classifiers = [
35
"Development Status :: 5 - Production/Stable",
36
"Intended Audience :: Developers",
0 commit comments