From a7b40793b7c301c1736e1048d629d224be5e3e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:13:39 +0000 Subject: [PATCH] chore(deps): bump torch from 1.8.0 to 2.2.0 in /docs Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.0 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.8.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 78302f5..9eb073c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ tqdm numpy Cython -torch==1.8.0 +torch==2.2.0 git+git://github.com/pytorch/pytorch_sphinx_theme@master#egg=pytorch_sphinx_theme \ No newline at end of file