From 8ca8e91728c59ef426da91ca7fac37fe75806ea8 Mon Sep 17 00:00:00 2001 From: Enxhi Kreshpa <e.kreshpa@fz-juelich.de> Date: Wed, 23 Feb 2022 17:23:52 +0100 Subject: [PATCH] Update requirements_non_HPC.txt --- video_prediction_tools/env_setup/requirements_non_HPC.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/video_prediction_tools/env_setup/requirements_non_HPC.txt b/video_prediction_tools/env_setup/requirements_non_HPC.txt index de100f92..6b33394b 100755 --- a/video_prediction_tools/env_setup/requirements_non_HPC.txt +++ b/video_prediction_tools/env_setup/requirements_non_HPC.txt @@ -4,7 +4,9 @@ pandas==0.25.3 xarray==0.16.0 basemap==1.3.0 imageio==2.15.0 # although this numpy-version is in the container, we set it here to avoid any further installation -scikit-image==0.17.2 +numpy==1.17.3 +#scikit-image==0.17.2 +scikit-image==0.18.1 opencv-python-headless==4.2.0.34 netcdf4==1.5.8 #metadata==0.2 -- GitLab