Skip to content

Commit c876fa3

Browse files
Bump torch from 2.2.1 to 2.2.2 (#322)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b767f5d commit c876fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"biomedicus_client>=3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client
3838
"numpy==1.26.4",
3939
"regex==2023.12.25",
40-
"torch==2.2.1",
40+
"torch==2.2.2",
4141
"requests==2.31.0",
4242
"watchdog==4.0.0",
4343
]

0 commit comments

Comments
 (0)