From 4b4cf7c0077ef04acded52aaddc08b291e7e929a Mon Sep 17 00:00:00 2001
From: michael <m.langguth@fz-juelich.de>
Date: Mon, 28 Feb 2022 17:24:44 +0100
Subject: [PATCH] Change scikit back to v0.17.2. Check if this is proper.

---
 video_prediction_tools/env_setup/requirements.txt             | 2 +-
 video_prediction_tools/env_setup/requirements_nocontainer.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/video_prediction_tools/env_setup/requirements.txt b/video_prediction_tools/env_setup/requirements.txt
index c7eec5e0..9c188138 100755
--- a/video_prediction_tools/env_setup/requirements.txt
+++ b/video_prediction_tools/env_setup/requirements.txt
@@ -4,7 +4,7 @@ pandas==0.25.3
 xarray==0.16.0
 basemap==1.3.0
 numpy==1.17.3     # although this numpy-version is in the container, we set it here to avoid any further installation
-scikit-image==0.18.1
+scikit-image==0.17.2
 opencv-python-headless==4.2.0.34
 netcdf4==1.5.8
 #metadata==0.2
diff --git a/video_prediction_tools/env_setup/requirements_nocontainer.txt b/video_prediction_tools/env_setup/requirements_nocontainer.txt
index 0bd16aae..dc8475e0 100755
--- a/video_prediction_tools/env_setup/requirements_nocontainer.txt
+++ b/video_prediction_tools/env_setup/requirements_nocontainer.txt
@@ -5,7 +5,7 @@ xarray==0.16.0
 basemap==1.3.0
 imageio==2.15.0
 numpy==1.17.3
-scikit-image==0.18.1
+scikit-image==0.17.2
 opencv-python-headless==4.2.0.34
 netcdf4==1.5.8
 #metadata==0.2
-- 
GitLab