Skip to content

Commit

Permalink
Bump torchdata from 0.7.1 to 0.8.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.8.0.
- [Release notes](https://github.com/pytorch/data/releases)
- [Commits](https://github.com/pytorch/data/commits)

---
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 Aug 13, 2024
1 parent c457cfa commit 51e5fb8
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",
"torch",
"pydantic",
"torchdata<0.8.0"
"torchdata<0.9.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.8.9
ase==3.23.0
pydantic==2.8.2
torchdata==0.7.1
torchdata==0.8.0
boto3==1.34.159
numpy==1.26.4
sympy==1.13.2

0 comments on commit 51e5fb8

Please sign in to comment.