File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
packaging
3
3
pybind11 == 2.6.2
4
4
--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
7
7
--extra-index-url https://pypi.ngc.nvidia.com
8
8
pyyaml
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
" typing-extensions>=4.7.0" ,
10
10
" future>=0.18.3" ,
11
11
" 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" ,
13
13
" pybind11==2.6.2" ,
14
14
" numpy" ,
15
15
]
@@ -54,7 +54,7 @@ keywords = [
54
54
" inference" ,
55
55
]
56
56
dependencies = [
57
- " torch>=2.6 .0.dev,<2.8.0" ,
57
+ " torch>=2.7 .0.dev,<2.8.0" ,
58
58
" tensorrt-cu12>=10.6.0,<10.8.0" ,
59
59
" tensorrt-cu12-bindings>=10.6.0,<10.8.0" ,
60
60
" tensorrt-cu12-libs>=10.6.0,<10.8.0" ,
You can’t perform that action at this time.
0 commit comments