Unverified Commit af82e616 authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub
Browse files

add torch >=0.4 as explicit dependency in setup.py

parent 09ac74db
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment