Skip to content

Commit

Permalink
Bump torch from 2.1.0 to 2.1.1 (#249)
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.1.0...v2.1.1)

---
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 Nov 20, 2023
1 parent 637fc2b commit 8ae10a4
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.3.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.2",
"regex==2023.10.3",
"torch==2.1.0",
"torch==2.1.1",
"requests==2.31.0",
"watchdog==3.0.0",
]
Expand Down

0 comments on commit 8ae10a4

Please sign in to comment.