Skip to content

Commit

Permalink
Bump torchdata from 0.7.1 to 0.11.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.11.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent cf391df commit c694e1a
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.5.0.post0",
"torch<=2.2.1",
"pydantic",
"torchdata<=0.7.1",
"torchdata<=0.11.0",
"boto3",
"numpy<2.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.11.13
ase==3.24.0
pydantic==2.10.6
numpy==1.26.4
torchdata==0.7.1
torchdata==0.11.0
boto3==1.36.25
sympy==1.13.3

0 comments on commit c694e1a

Please sign in to comment.