From cbe483aa5ffc1999a15cbc7a1f53239e64e636f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Thu, 7 Dec 2023 11:11:37 +0100 Subject: [PATCH] Bump Pytorch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60e91f672..c75c61584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pydantic>=2.0", "scipy", "tenacity", - "torch", + "torch>=2.1", "numba", "joblib", "referencing",