Skip to content

Commit

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

Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.1.3.
- [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.2...v2.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update environment.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Janssen <[email protected]>
  • Loading branch information
dependabot[bot] and jan-janssen authored Nov 4, 2024
1 parent 47dc1cd commit 22ef920
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.12.1
- numpy =2.1.2
- numpy =2.1.3
- 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.12.1",
"numpy==2.1.2",
"numpy==2.1.3",
"pandas==2.2.3",
]
dynamic = ["version"]
Expand Down

0 comments on commit 22ef920

Please sign in to comment.