From 76496f2a661b9fe985fbe43a8d2feec7126fe6e9 Mon Sep 17 00:00:00 2001 From: Alexandra Udaltsova <43303448+AUdaltsova@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:58:09 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a066326..b53b8131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "xarray", "ipykernel", "h5netcdf", - "torch>=2.0.0", + "torch>=2.0.0, <2.5.0", "lightning", "torchvision", "pytest",