Skip to content

Commit

Permalink
torch version reemove
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Dec 31, 2018
1 parent d549e80 commit d247742
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 @@ -38,7 +38,7 @@ def get_version(*path):
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
packages=find_packages(),
install_requires=["torch>=0.4.1", "numpy"],
install_requires=["torch", "numpy"],
version=get_version("geoopt", "__init__.py"),
url="https://github.com/ferrine/geoopt",
python_requires=">=3.6.0",
Expand Down

0 comments on commit d247742

Please sign in to comment.