Skip to content

Commit

Permalink
Bump numpy from 1.24.4 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 1.26.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 5e200f6 commit ee3c266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = [
dependencies = [
"cycler>=0.10",
"matplotlib>=3.3",
"numpy<1.24,>=1.21.2",
"numpy>=1.21.2,<1.27",
"pyglotaran>=0.7",
"tabulate>=0.8.9",
"xarray>=2022.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements_pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cycler==0.11.0
matplotlib==3.7.2
numpy==1.24.4
numpy==1.26.0
pyglotaran==0.7.1
tabulate==0.9.0
xarray==2023.8.0

0 comments on commit ee3c266

Please sign in to comment.