Skip to content

Commit

Permalink
Setup: Restricts to Python 3.5+ only (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith authored Aug 22, 2019
1 parent 4f340ec commit f0ec70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
url="https://github.com/dgasmith/opt_einsum",
license='MIT',
packages=setuptools.find_packages(),
python_requires='>=3.5',
install_requires=[
'numpy>=1.7',
],
Expand Down

0 comments on commit f0ec70f

Please sign in to comment.