From aa2dd6c5be0eddadb62b02dd9b60a3de13837d5f Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 27 Jan 2022 10:37:43 +0100 Subject: [PATCH] Add xarray and basemap to requirements.txt for usage for postprocessing. --- video_prediction_tools/env_setup/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/video_prediction_tools/env_setup/requirements.txt b/video_prediction_tools/env_setup/requirements.txt index d3d609fd..a831d7d8 100755 --- a/video_prediction_tools/env_setup/requirements.txt +++ b/video_prediction_tools/env_setup/requirements.txt @@ -1,5 +1,7 @@ matplotlib==3.3.0 -mpi4py==3.0.3 +#mpi4py==3.0.3 pandas==0.25.3 +xarray==0.16.0 +basemap==1.3.0 scikit-image==0.18.1 opencv-python-headless==4.2.0.34 -- GitLab