From d07d3970ed7acec0d125fba5425fd92bfc313123 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 11 Dec 2023 13:35:37 +0100 Subject: [PATCH] [pyproject] Relax constraints back again; Closes #31 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6f1fe12..5d21fb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,7 @@ dependencies = [ "opencv-python", "torch>=1.8", "torchvision>=0.10", - "lightning <2.1.0a0,>=2.0.3", - "pydantic <2.0,>=1.7.4", # temporary, until issue #31 is fixed + "lightning <2.2.0a0,>=2.1.0", "tensorboard", "grad-cam>=1.4.8", ] -- GitLab