File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ dependencies = [
53
53
" scikit-image>=0.19.3" ,
54
54
" splines==0.3.0" ,
55
55
" tensorboard>=2.13.0" ,
56
- # pin torch to <=2.1 to fix https://github.com/pytorch/pytorch/issues/118736
57
- " torch>=1.13.1,<2.2" ,
56
+ " torch>=1.13.1" ,
58
57
" torchvision>=0.14.1" ,
59
58
" torchmetrics[image]>=1.0.1" ,
60
59
" typing_extensions>=4.4.0" ,
@@ -102,6 +101,8 @@ dev = [
102
101
# NOTE: Disabling projectaria-tools because it doesn't have prebuilt windows wheels
103
102
# Syntax comes from here: https://pip.pypa.io/en/stable/reference/requirement-specifiers/
104
103
" projectaria-tools>=1.3.1; sys_platform != 'win32'" ,
104
+ # pin torch to <=2.1 to fix https://github.com/pytorch/pytorch/issues/118736
105
+ " torch>=1.13.1,<2.2" ,
105
106
]
106
107
107
108
# Documentation related packages
You can’t perform that action at this time.
0 commit comments