Skip to content

Commit d37dd6a

Browse files
committed
asf
1 parent c6000fd commit d37dd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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"]
33+
dependencies = ["numpy<2"]
3434
classifiers = [
3535
"Development Status :: 5 - Production/Stable",
3636
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)