From 49e846d019b263678d17c13a42f0e0973270da18 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Tue, 8 Sep 2020 16:55:07 +0200 Subject: [PATCH] Ensure installation of matplotlib v3.3.0 instead of v3.3.1. The latter throws currently throws an error on the HPC-systems. --- video_prediction_savp/env_setup/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/video_prediction_savp/env_setup/requirements.txt b/video_prediction_savp/env_setup/requirements.txt index 173b8a10..c77693a9 100644 --- a/video_prediction_savp/env_setup/requirements.txt +++ b/video_prediction_savp/env_setup/requirements.txt @@ -1,5 +1,6 @@ opencv-python==4.2.0.34 scipy +matplotlib==3.3.0 scikit-image pandas hickle -- GitLab