From b0b2ac871fcd50e6e91398a8be92bd41adc2cf34 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 28 Oct 2021 13:46:18 +0200 Subject: [PATCH] Remove typo in requirements_container.txt . --- video_prediction_tools/env_setup/requirements_container.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/env_setup/requirements_container.txt b/video_prediction_tools/env_setup/requirements_container.txt index 7ac2dd49..475a705d 100755 --- a/video_prediction_tools/env_setup/requirements_container.txt +++ b/video_prediction_tools/env_setup/requirements_container.txt @@ -1,3 +1,3 @@ matplotlib==3.3.0 mpi4py==3.0.3 -pandas=0.25.3 +pandas==0.25.3 -- GitLab