Skip to content

Commit

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

---
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 Dec 16, 2024
1 parent 025e8b2 commit b04d2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"nequip",
"hiphive",
"dgl==2.1.0",
"torchdata==0.7.1",
"torchdata==0.10.1",
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
"quippy-ase==0.9.14; python_version < '3.12'",
"torch==2.2.1",
Expand Down Expand Up @@ -74,7 +74,7 @@ strict = [
"numpy==1.26.4",
"typing",
"dgl==2.1.0",
"torchdata==0.7.1",
"torchdata==0.10.1",
"nequip==0.6.1",
"hiphive==1.4",
]
Expand Down

0 comments on commit b04d2d1

Please sign in to comment.