From 50113d29f02ac28287729260d0646f2e1da34f6a Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Mon, 1 Jul 2024 14:46:46 +0100 Subject: [PATCH] pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d2769e5..dddf0863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "ipykernel", "h5netcdf", "torch>=2.0.0", - "lightning>=2.0.1,<=2.3.0", + "lightning==2.3.0", "torchvision", "pytest", "pytest-cov",