Skip to content

Commit

Permalink
Bump torch from 1.13.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.13.1...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 6ce87f6 commit 078354d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_torch.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--extra-index-url https://download.pytorch.org/whl/cu116
torch==1.13.1+cu116
torch==2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dask[distributed]",
"anndata>=0.7.6",
"scanpy==1.9.6",
"torch==1.13.1",
"torch==2.2.0",
"opencv-contrib-python==4.8.1.78",
"python-bioformats==4.0.7",
"python-javabridge==4.0.3",
Expand Down

0 comments on commit 078354d

Please sign in to comment.