From 9efb91dcb44e5118e3e5dd23bc1d46fe19a923bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:01:16 +0000 Subject: [PATCH] Update torch requirement from ~=1.9.1 to ~=1.10.1 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.1) --- 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..d83782a 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.1 tqdm~=4.62.3 typing_extensions~=3.10.0.2 wget~=3.2 \ No newline at end of file