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
06b9b0fc
Commit
06b9b0fc
authored
May 21, 2019
by
Soumith Chintala
Browse files
bump pytorch minimum constraint to 1.1.0
parent
76b26679
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 @
06b9b0fc
...
@@ -62,7 +62,7 @@ write_version_file()
...
@@ -62,7 +62,7 @@ write_version_file()
readme
=
open
(
'README.rst'
).
read
()
readme
=
open
(
'README.rst'
).
read
()
pytorch_package_name
=
os
.
getenv
(
'TORCHVISION_PYTORCH_DEPENDENCY_NAME'
,
'torch'
)
pytorch_package_name
=
os
.
getenv
(
'TORCHVISION_PYTORCH_DEPENDENCY_NAME'
,
'torch
>= 1.1.0
'
)
requirements
=
[
requirements
=
[
'numpy'
,
'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