Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2099d33

Browse files
authored
unrestrict torchvision patch version match requirement (#1213)
we want to align with the installed torch patch version
1 parent 5e2dfa7 commit 2099d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"tensorboardX>=1.0",
6868
"gputils",
6969
]
70-
_pytorch_vision_deps = _pytorch_deps + ["torchvision>=0.3.0,<=0.13.0"]
70+
_pytorch_vision_deps = _pytorch_deps + ["torchvision>=0.3.0,<=0.13"]
7171
_tensorflow_v1_deps = ["tensorflow<2.0.0", "tensorboard<2.0.0", "tf2onnx>=1.0.0,<1.6"]
7272
_tensorflow_v1_gpu_deps = [
7373
"tensorflow-gpu<2.0.0",

0 commit comments

Comments
 (0)