From aed12892285ac7aa4e05c3d1e53a72665629146c Mon Sep 17 00:00:00 2001 From: belerico Date: Thu, 16 Jan 2025 10:51:47 +0100 Subject: [PATCH] Update packages: numpy, opencv, lightning-utilities --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c89f0a50..9edfcad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,13 +33,13 @@ dependencies = [ "tensorboard>=2.10", "python-dotenv>=1.0.0", "lightning>=2.0", - "lightning-utilities<=0.9", + "lightning-utilities<=0.11.9", "hydra-core==1.3.0", "torchmetrics", "rich==13.5.*", - "opencv-python==4.8.0.*", + "opencv-python==4.10.*", "torch>=2.0,!=2.2.0", - "numpy<2.0" + "numpy>=2.0" ] dynamic = ["version"]