Skip to content

Commit

Permalink
Update numpy requirement in the actions group
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.

Updates `numpy` to 2.1.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.2...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent d3ea28d commit a3f1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"multiprocess",
"numba>=0.59.0",
# TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved
"numpy>=1.26.2,<2.0.0",
"numpy>=1.26.2,<3.0.0",
"opencv-python>=4.9.0.80",
"pandas>=2.1.4",
"pillow>=10.1.0",
Expand Down

0 comments on commit a3f1f3e

Please sign in to comment.