From 69ff9be2e54bc5bf9815f257d671aee6f82e790c Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Fri, 24 Aug 2018 15:14:10 +0200 Subject: [PATCH] Add requirements.txt file --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000000..f522a49e8c4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +# The python wrappers to libecl and libres are required by ert, but there is not +# yet any pip package for those, they are therefor just mentioned here with a comment, +# and must be installed by building from source. + +# libecl +# libres + +cwrap +numpy +pandas +matplotlib +scipy +PyQt4