Skip to content

Commit

Permalink
Revert "Rm libecl from requirements in order to solve other problems (#…
Browse files Browse the repository at this point in the history
…137)" (#139)

This reverts commit 7e84938.
  • Loading branch information
berland authored Apr 28, 2020
1 parent e354fa2 commit 00613c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Install fmu-ensemble with dependencies
run: |
pip install --upgrade pip
pip install libecl
pip install .
- name: Install test dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
history = history_file.read().decode("UTF-8")

REQUIREMENTS = [
# "libecl", # Temporarily removed from requirements to solve problems elsewhere
"libecl",
"numpy",
"pandas>0.23.0",
"pyyaml>=5.1",
Expand Down

0 comments on commit 00613c4

Please sign in to comment.