Skip to content

Commit c6000fd

Browse files
committed
Remove numpy version constraint
1 parent b354d4d commit c6000fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ authors = [{ name = "NVIDIA Inc.", email = "sw-dl-triton@nvidia.com" }]
3030
description = "Triton Inference Server In-Process Python API"
3131
license = { file = "LICENSE.txt" }
3232
dynamic = ["version"]
33-
dependencies = ["numpy<2"]
33+
dependencies = ["numpy"]
3434
classifiers = [
3535
"Development Status :: 5 - Production/Stable",
3636
"Intended Audience :: Developers",
@@ -62,7 +62,6 @@ requires = [
6262
"wheel==0.44.0",
6363
# For stubgen:
6464
"mypy==1.11.0",
65-
"numpy<2",
6665
]
6766
build-backend = "setuptools.build_meta"
6867

0 commit comments

Comments
 (0)