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

Commit

Permalink
Update torch requirement from <1.9.0,>=1.6.0 to >=1.6.0,<1.10.0 (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 16, 2021
1 parent 5da5b5b commit b37686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
]
),
install_requires=[
"torch>=1.6.0,<1.9.0",
"torch>=1.6.0,<1.10.0",
"torchvision>=0.8.1,<0.10.0",
"jsonnet>=0.10.0 ; sys.platform != 'win32'",
"overrides==3.1.0",
Expand Down

0 comments on commit b37686f

Please sign in to comment.