From 714f2bca9fd4defe16d6a2a446fcb02e9aab0cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:12:45 +0000 Subject: [PATCH] Update torch requirement from <2.4.0 to <2.5.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/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e615a0a3..3471e57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "setuptools", "spacy", "tensorflow>=2.13.0", - "torch<2.4.0", + "torch<2.5.0", "transformers", "google-cloud-vision", "dash_bootstrap_components",