Skip to content

Commit

Permalink
Merge pull request #124 from Statoil/add-requirements.txt
Browse files Browse the repository at this point in the history
Add requirements.txt file
  • Loading branch information
joakim-hove authored Aug 31, 2018
2 parents 406741a + 69ff9be commit 68e03aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 68e03aa

Please sign in to comment.