Skip to content

Commit

Permalink
re-introduced torch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghiles SALAH committed Jul 18, 2018
1 parent ae387af commit 68b2690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://download.pytorch.org/whl/cpu/torch-0.4.0-cp36-cp36m-linux_x86_64.whl
http://download.pytorch.org/whl/cpu/torch-0.4.0-cp35-cp35m-linux_x86_64.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
url="",
zip_safe=False,
ext_modules = external_modules,
install_requires=['numpy', 'scipy', 'pandas'],
install_requires=['numpy', 'scipy', 'pandas','torch==0.4.0'],
dependency_links = [torch_dl],
packages=setuptools.find_packages(),
classifiers=(
Expand Down

0 comments on commit 68b2690

Please sign in to comment.