Skip to content

Commit d6d1d6b

Browse files
authored
Upgrade PyTorch to 2.1 (#1419)
1 parent 3e3ab1f commit d6d1d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ def _parse_requirements_file(file_path):
129129
_onnxruntime_deps = [
130130
"onnxruntime>=1.7.0",
131131
]
132-
_torch_deps = ["torch>=1.7.0,<=2.0"]
132+
_torch_deps = ["torch>=1.7.0,<2.2"]
133133
_computer_vision_deps = [
134-
"torchvision>=0.3.0,<0.16",
134+
"torchvision>=0.3.0,<0.17",
135135
"opencv-python<=4.6.0.66",
136136
]
137137
_openpifpaf_integration_deps = [

0 commit comments

Comments
 (0)