From 6d5e1c96a23360bd104777d3c08d45a70ec6d12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:01:55 +0000 Subject: [PATCH] Update torch requirement from <2.6,>=2.4.0 to >=2.4.0,<2.14 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/v2.4.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 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 3bac519..1155ff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ description = "Fuel property prediction using QSPR descriptors" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "torch>=2.4.0,<2.6", + "torch>=2.4.0,<2.14", "scikit-learn>=1.5.1,<2", "padelpy>=0.1.16,<0.2", "alvadescpy>=0.1.3,<0.2",