From 637d7ac9554ac8f1924661015951b859ef6726ba Mon Sep 17 00:00:00 2001 From: steppke_a Date: Tue, 4 Feb 2025 11:15:20 +0100 Subject: [PATCH] added scikit-image to the requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b982cc8..c8a137e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ -# this is not complete yet +# importlib_metadata joblib>=1.2.0 jungfrau_utils>=3.12.1 lmfit>=1.1.0 matplotlib +scikit-image # for the image history equalization PyYAML scipy setuptools