Skip to content

Commit

Permalink
Bump numpy from 1.26.4 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 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@v1.26.4...v2.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a1246f1 commit 3416f54
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 @@ -31,7 +31,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies =[
"numpy >= 1.16.5, < 2",
"numpy >= 1.16.5, < 3",
"matplotlib >= 3.5.1",
"pandas >= 1.4.1",
"pymatgen >= 2022.2.10",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cerberus==1.3.5
matplotlib==3.9.2
monty==2024.10.21
numpy==1.26.4
numpy==2.1.2
pandas==2.2.3
pexpect==4.9.0
pymatgen==2024.7.18

0 comments on commit 3416f54

Please sign in to comment.