From 6fb16c02a1764c1daf0e37a43cd578d1ef949d2b Mon Sep 17 00:00:00 2001 From: Lorenz Rumberger Date: Thu, 2 Oct 2025 13:24:09 +0200 Subject: [PATCH 1/2] Changed dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ec1fe9..81cc149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "alpineer", "scikit-image", "tqdm", - "opencv-python", + "opencv-python-headless", "numpy<2.0.0", "pandas", "datasets", @@ -37,7 +37,7 @@ dependencies = [ "ipywidgets", "natsort", "ipython", - "zarr<3.0", + "zarr", "lmdb", "kornia", "mpl_interactions", From b79c85cbb33c458675af1cc46fbb5692fc85cd13 Mon Sep 17 00:00:00 2001 From: Lorenz Rumberger Date: Thu, 2 Oct 2025 13:49:52 +0200 Subject: [PATCH 2/2] Downgraded datasets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81cc149..5fff2cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "opencv-python-headless", "numpy<2.0.0", "pandas", - "datasets", + "datasets<4.0", "joblib", "pandas", "pathlib",