Skip to content

Commit

Permalink
Bump torch from 2.2.1 to 2.2.2 (#322)
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent b767f5d commit c876fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"biomedicus_client>=3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.4",
"regex==2023.12.25",
"torch==2.2.1",
"torch==2.2.2",
"requests==2.31.0",
"watchdog==4.0.0",
]
Expand Down

0 comments on commit c876fa3

Please sign in to comment.