Skip to content

Commit

Permalink
Temporarily removed torch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghiles SALAH committed Jul 18, 2018
1 parent 06c1a3c commit 1000fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
url="",
zip_safe=False,
ext_modules = external_modules,
install_requires=['numpy', 'scipy', 'pandas','torch==0.4.0'],
install_requires=['numpy', 'scipy', 'pandas'],
dependency_links = [torch_dl],
setup_requires=['pip'],
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 1000fe6

Please sign in to comment.