Skip to content

Commit d975cab

Browse files
committed
update requirements
1 parent af08d28 commit d975cab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

py/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy
22
packaging
33
pybind11==2.6.2
44
--extra-index-url https://download.pytorch.org/whl/nightly/cu124
5-
torch>=2.6.0.dev,<2.7.0
6-
torchvision>=0.20.0.dev,<0.21.0
5+
torch>=2.7.0.dev,<2.8.0
6+
torchvision>=0.22.0.dev,<0.23.0
77
--extra-index-url https://pypi.ngc.nvidia.com
88
pyyaml

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
1111
"tensorrt-cu12>=10.6.0,<10.8.0",
12-
"torch>=2.6.0.dev,<2.8.0",
12+
"torch>=2.7.0.dev,<2.8.0",
1313
"pybind11==2.6.2",
1414
"numpy",
1515
]
@@ -54,7 +54,7 @@ keywords = [
5454
"inference",
5555
]
5656
dependencies = [
57-
"torch>=2.6.0.dev,<2.8.0",
57+
"torch>=2.7.0.dev,<2.8.0",
5858
"tensorrt-cu12>=10.6.0,<10.8.0",
5959
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
6060
"tensorrt-cu12-libs>=10.6.0,<10.8.0",

0 commit comments

Comments
 (0)