From 9640add3654c3d892688a7516831e1306adcdfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:00:53 +0000 Subject: [PATCH] Update torch requirement from ~=1.9.1 to ~=1.10.0 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.9.1...v1.10.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..44867f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ swifter~=1.0 tensorboardx~=2.4 tensorflow>=2.4.0 torchvision~=0.10.1 -torch~=1.9.1 +torch~=1.10.0 tqdm~=4.62.3 typing_extensions~=3.10.0.2 wget~=3.2 \ No newline at end of file