Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 34e096e

Browse files
Update torchvision requirement from <0.10.0,>=0.8.1 to >=0.8.1,<0.11.0
Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.8.1...v0.10.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5da5b5b commit 34e096e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
),
5252
install_requires=[
5353
"torch>=1.6.0,<1.9.0",
54-
"torchvision>=0.8.1,<0.10.0",
54+
"torchvision>=0.8.1,<0.11.0",
5555
"jsonnet>=0.10.0 ; sys.platform != 'win32'",
5656
"overrides==3.1.0",
5757
"nltk",

0 commit comments

Comments
 (0)