Skip to content

Commit

Permalink
Update numpy requirement from <1.20.0,>=1.11.0 to >=1.11.0,<1.21.0 (#38)
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.11.0...v1.20.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 9, 2021
1 parent 58b4002 commit d9f47f9
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, <1.20.0',
'numpy >=1.11.0, <1.21.0',
'scipy >=1.0.0, <1.7.0',
],
extras_require={
Expand Down

0 comments on commit d9f47f9

Please sign in to comment.