Skip to content

Commit

Permalink
Use ecl from PyPI (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Nov 5, 2020
1 parent 96cd1c3 commit 79b2902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: 📦 Install fmu-ensemble with dependencies
run: |
pip install --upgrade pip
pip install libecl
pip install 'pandas==${{ matrix.pandas-version }}'
pip install .
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
history = history_file.read().decode("UTF-8")

REQUIREMENTS = [
"ecl>=2.9",
"numpy",
"pandas>0.23.0",
"pyyaml>=5.1",
Expand Down

0 comments on commit 79b2902

Please sign in to comment.