From 3438ccb4eb3ba09ed49d58a490f8f6c4b4e1bbf2 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Thu, 28 Oct 2021 09:24:41 +0200
Subject: [PATCH] Create seperate requirement-file for nonHPC-systems.

---
 video_prediction_tools/env_setup/requirements_noHPC.txt | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 video_prediction_tools/env_setup/requirements_noHPC.txt

diff --git a/video_prediction_tools/env_setup/requirements_noHPC.txt b/video_prediction_tools/env_setup/requirements_noHPC.txt
new file mode 100644
index 00000000..44060174
--- /dev/null
+++ b/video_prediction_tools/env_setup/requirements_noHPC.txt
@@ -0,0 +1,7 @@
+opencv-python==4.2.0.34
+hickle
+mpi4py
+netCDF4
+numpy
+h5py
+tensorflow-gpu==1.13.1
\ No newline at end of file
-- 
GitLab