Skip to content

Commit

Permalink
Bump numpy from 2.1.1 to 2.1.2 (#80)
Browse files Browse the repository at this point in the history
* Bump numpy from 2.1.1 to 2.1.2

Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.1...v2.1.2)

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

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

* Update environment.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jan-janssen authored Oct 7, 2024
1 parent 2b974b1 commit 5f79833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies:
- coverage
- h5io =0.2.4
- h5py =3.11.0
- numpy =2.1.1
- numpy =2.1.2
- pandas =2.2.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"h5io==0.2.4",
"h5py==3.11.0",
"numpy==2.1.1",
"numpy==2.1.2",
"pandas==2.2.3",
]
dynamic = ["version"]
Expand Down

0 comments on commit 5f79833

Please sign in to comment.