From 9202f51d9f42253c1d3c82fcf054719f2b1861c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:29:56 +0200 Subject: [PATCH] Update torch requirement from <2.1.0 to <2.4.0 (#193) 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/0a9dbbbaadb86039ba17c1a11990f8a5e518ac06...v2.3.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87a720b..1ca61cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "setuptools", "spacy", "tensorflow>=2.13.0", - "torch<2.1.0", + "torch<2.4.0", "transformers", "google-cloud-vision", "dash_bootstrap_components",