Skip to content

Commit

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

---
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 Aug 14, 2024
1 parent 0fec82c commit 7bc779a
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 @@ -6,5 +6,5 @@ ase==3.23.0
pydantic==2.8.2
torchdata==0.8.0
boto3==1.34.160
numpy==1.26.4
numpy==2.0.1
sympy==1.13.2

0 comments on commit 7bc779a

Please sign in to comment.