Skip to content

Commit

Permalink
Add version requirement on setuptools (to support enum34 versioning)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Sep 17, 2018
1 parent 3e523c4 commit e914602
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 @@ -33,6 +33,7 @@
],
},
install_requires=[
'setuptools>=36.2.1',
'numpy',
'astropy >= 2',
'scipy',
Expand Down

0 comments on commit e914602

Please sign in to comment.