Skip to content

Commit

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

---
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 Dec 17, 2024
1 parent 9f002d1 commit e57522e
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 @@ -57,7 +57,7 @@ dependencies = [
"pydantic",
"torchdata<=0.7.1",
"boto3",
"numpy<2.0.0"
"numpy<3.0.0"
]
version = "1.1.3"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lightning==2.4.0
pymatgen==2024.11.13
ase==3.23.0
pydantic==2.10.3
numpy==1.26.4
numpy==2.2.0
torchdata==0.7.1
boto3==1.35.82
sympy==1.13.3
Expand Down

0 comments on commit e57522e

Please sign in to comment.