Skip to content

Commit

Permalink
Bump numpy from 1.24.4 to 1.26.1 (#1374)
Browse files Browse the repository at this point in the history
* Bump numpy from 1.24.4 to 1.26.1

Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 1.26.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.24.4...v1.26.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🚧 Loosen numpy upper version pinning

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: s-weigand <s.weigand.phy@gmail.com>
  • Loading branch information
dependabot[bot] and s-weigand committed Nov 4, 2023
1 parent 7c41291 commit 3ab0df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs == 23.1.0
click==8.1.7
netCDF4==1.6.5
numba==0.58.1
numpy==1.24.4
numpy==1.26.1
odfpy==1.4.1
openpyxl==3.1.2
pandas==2.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
click>=8.1.3
netCDF4>=1.5.7
numba>=0.55.0
numpy>=1.21.2,<1.25
numpy>=1.21.2,<1.27
odfpy>=1.4.1
openpyxl>=3.0.10
pandas>=1.3.4
Expand Down

0 comments on commit 3ab0df4

Please sign in to comment.