Skip to content

Commit 5b80ac3

Browse files
Update torch requirement in /docker/openproblems-python-pytorch
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.12.0-rc1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d8964a commit 5b80ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openproblems-python-pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ scalex==1.0.2
77
scikit-misc==0.1.*
88
scvi-tools~=0.17 # pinned in #313
99
tangram-sc==1.0.*
10-
torch==1.12.*
10+
torch==1.13.*
1111
xgboost==1.6.*

0 commit comments

Comments
 (0)