From 5821f5c903563cee59030dcee25ecfddd3d98fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:06:06 +0000 Subject: [PATCH] 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](https://github.com/pytorch/pytorch/compare/v1.12.0-rc1...v2.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/openproblems-python-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openproblems-python-pytorch/requirements.txt b/docker/openproblems-python-pytorch/requirements.txt index c615e671ae..3855e777ce 100644 --- a/docker/openproblems-python-pytorch/requirements.txt +++ b/docker/openproblems-python-pytorch/requirements.txt @@ -8,5 +8,5 @@ scalex==1.0.2 scikit-misc==0.1.* scvi-tools~=0.19 tangram-sc==1.0.* -torch==1.12.* +torch==2.0.* xgboost==1.6.*