Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
c7a4ca99
Commit
c7a4ca99
authored
May 22, 2019
by
Soumith Chintala
Browse files
Revert "bump pytorch minimum constraint to 1.1.0"
This reverts commit
06b9b0fc
.
parent
14b1bc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
c7a4ca99
...
...
@@ -62,7 +62,7 @@ write_version_file()
readme
=
open
(
'README.rst'
).
read
()
pytorch_package_name
=
os
.
getenv
(
'TORCHVISION_PYTORCH_DEPENDENCY_NAME'
,
'torch
>= 1.1.0
'
)
pytorch_package_name
=
os
.
getenv
(
'TORCHVISION_PYTORCH_DEPENDENCY_NAME'
,
'torch'
)
requirements
=
[
'numpy'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment