Skip to content

Commit

Permalink
Bump torchdata from 0.7.1 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [torchdata](https://github.com/pytorch/data) from 0.7.1 to 0.9.0.
- [Release notes](https://github.com/pytorch/data/releases)
- [Commits](pytorch/data@v0.7.1...v0.9.0)

---
updated-dependencies:
- dependency-name: torchdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent f043888 commit ef3c521
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 @@ -55,7 +55,7 @@ dependencies = [
"lightning<=2.4.0",
"torch<=2.2.1",
"pydantic",
"torchdata<=0.7.1",
"torchdata<=0.9.0",
"boto3",
"numpy<3.0.0"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pymatgen==2024.10.27
ase==3.23.0
pydantic==2.9.2
numpy==2.0.1
torchdata==0.7.1
torchdata==0.9.0
boto3==1.35.51
sympy==1.13.3

0 comments on commit ef3c521

Please sign in to comment.