Skip to content

Commit

Permalink
Update numpy requirement from <1.20 to <1.27
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.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent 2969e89 commit 7bc931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ compliance-checker>=4.1.1
gsw>=3.4.0,<4.0
matplotlib
netCDF4
numpy<1.20
numpy<1.27
openssl<3.0 # No idea why this is required to get mamba to build the env
pandas>=1.2,<2.0
pocean-core>=3.0.0,<4.0
Expand Down

0 comments on commit 7bc931d

Please sign in to comment.