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"]