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
Torchaudio
Commits
af82e616
Unverified
Commit
af82e616
authored
May 02, 2018
by
Soumith Chintala
Committed by
GitHub
May 02, 2018
Browse files
add torch >=0.4 as explicit dependency in setup.py
parent
09ac74db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
af82e616
...
...
@@ -17,8 +17,8 @@ setup(
author
=
"Soumith Chintala, David Pollack, Sean Naren"
,
author_email
=
"soumith@pytorch.org"
,
# Require cffi.
install_requires
=
[
"cffi>=1.0.0"
],
setup_requires
=
[
"cffi>=1.0.0"
],
install_requires
=
[
"cffi>=1.0.0"
,
"torch>=0.4"
],
setup_requires
=
[
"cffi>=1.0.0"
,
"torch>=0.4"
],
# Exclude the build files.
packages
=
find_packages
(
exclude
=
[
"build"
]),
# Package where to put the extensions. Has to be a prefix of build.py.
...
...
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