From b053e365bb40d263ecd321357c96eb1a2513ff7f Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 27 Jan 2022 22:39:07 +0100 Subject: [PATCH] Add mip4py to requirements since this package is required for preprocessing step 2 and installation does not hang (only takes some time). --- video_prediction_tools/env_setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/env_setup/requirements.txt b/video_prediction_tools/env_setup/requirements.txt index a831d7d8..9f433734 100755 --- a/video_prediction_tools/env_setup/requirements.txt +++ b/video_prediction_tools/env_setup/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.3.0 -#mpi4py==3.0.3 +mpi4py==3.0.1 pandas==0.25.3 xarray==0.16.0 basemap==1.3.0 -- GitLab