Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update numpy requirement
  • Loading branch information
eengl authored Nov 27, 2020
1 parent df855e2 commit f557782
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 @@ -158,7 +158,7 @@ def run(self):
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'],
install_requires = ['numpy'],
install_requires = ['numpy>=1.12'],
python_requires = '>=3.6',
long_description = long_description,
long_description_content_type = 'text/markdown'
Expand Down

0 comments on commit f557782

Please sign in to comment.