Skip to content

Commit

Permalink
update left edge of numpy dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Oct 5, 2021
1 parent 307f975 commit 78c6e87
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 @@ -29,7 +29,7 @@ def _get_long_description():
packages=['csaps'],
python_requires='>=3.6, <4',
install_requires=[
'numpy >=1.11.0, <2',
'numpy >=1.12.0, <2',
'scipy >=1.0.0, <2',
],
extras_require={
Expand Down

0 comments on commit 78c6e87

Please sign in to comment.