Skip to content

Commit

Permalink
specify minimum torch version (fixes #11 ) + remove tests from pip in…
Browse files Browse the repository at this point in the history
…stall as this created mess (see #18)
  • Loading branch information
tvercaut committed Nov 30, 2022
1 parent 4e5ae6d commit f25cb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def readme():
author="CAI4CAI research group",
author_email="[email protected]",
license="Apache-2.0",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=("tests",)),
install_requires=[
"torch",
"torch>=1.13",
],
extras_require={
"extras": ["jax", "cupy"],
Expand Down

0 comments on commit f25cb0b

Please sign in to comment.