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
6a991f8b
Unverified
Commit
6a991f8b
authored
Oct 30, 2019
by
Francisco Massa
Committed by
GitHub
Oct 30, 2019
Browse files
Fix torchvision install due to zippeg egg (#1536)
parent
06770498
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 @
6a991f8b
...
@@ -206,7 +206,7 @@ setup(
...
@@ -206,7 +206,7 @@ setup(
# Package info
# Package info
packages
=
find_packages
(
exclude
=
(
'test'
,)),
packages
=
find_packages
(
exclude
=
(
'test'
,)),
zip_safe
=
Tru
e
,
zip_safe
=
Fals
e
,
install_requires
=
requirements
,
install_requires
=
requirements
,
extras_require
=
{
extras_require
=
{
"scipy"
:
[
"scipy"
],
"scipy"
:
[
"scipy"
],
...
...
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