From 1c5d076571ed6d11bad6293f9eb55944d5c3531f Mon Sep 17 00:00:00 2001 From: Enxhi Kreshpa <e.kreshpa@fz-juelich.de> Date: Wed, 23 Feb 2022 17:26:00 +0100 Subject: [PATCH] Update requirements_non_HPC.txt --- video_prediction_tools/env_setup/requirements_non_HPC.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video_prediction_tools/env_setup/requirements_non_HPC.txt b/video_prediction_tools/env_setup/requirements_non_HPC.txt index 6b33394b..d72e87b4 100755 --- a/video_prediction_tools/env_setup/requirements_non_HPC.txt +++ b/video_prediction_tools/env_setup/requirements_non_HPC.txt @@ -5,8 +5,8 @@ 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 numpy==1.17.3 -#scikit-image==0.17.2 -scikit-image==0.18.1 +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