From 9753a81be64aba3ba699aa957a30aa0bc6f133ef Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:33:45 +0100 Subject: [PATCH] Update pyproject.toml #229 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ddb7bda..6d2769e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "ipykernel", "h5netcdf", "torch>=2.0.0", - "lightning>=2.0.1", + "lightning>=2.0.1,<=2.3.0", "torchvision", "pytest", "pytest-cov",