Skip to content

Commit

Permalink
bump torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Jun 9, 2023
1 parent b82fb6f commit d428930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"gputils",
]
_pytorch_all_deps = _pytorch_deps + [
"torchvision>=0.3.0,<=0.15",
"torchvision>=0.3.0,<=0.15.1",
"torchaudio<=0.13",
]
_pytorch_vision_deps = _pytorch_deps + [
"torchvision>=0.3.0,<=0.15",
"torchvision>=0.3.0,<=0.15.1",
"opencv-python<=4.6.0.66",
]
_transformers_deps = _pytorch_deps + [
Expand Down

0 comments on commit d428930

Please sign in to comment.