From b2005532434cf61c08187377c19d5bf66539a874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:50:51 +0000 Subject: [PATCH] build(deps-dev): update torch requirement from <1.13 to <2.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/v0.1.1...v2.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5398da18..cabb07d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ fastai = fastai pytorch_lightning = pytorch_lightning>=1.9 - torch<1.13 + torch<2.1 optuna = optuna all =