Skip to content

Commit

Permalink
Update numpy requirement from <1.24 to <1.25
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/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v1.24.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jan 17, 2023
1 parent dab268e commit de224af
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 @@ -19,7 +19,7 @@
pandas_spec = "pandas<1.3"
if PYTHON_GTE_310:
pandas_spec = "pandas<1.6"
numpy_spec = "numpy<1.24"
numpy_spec = "numpy<1.25"

xarray_spec = 'xarray>=0.13.0,<0.22'
if PYTHON_GTE_310:
Expand Down

0 comments on commit de224af

Please sign in to comment.