Skip to content

Commit

Permalink
Remove wflowjl from environment template.
Browse files Browse the repository at this point in the history
Can break ewatercycle.models due to juliacall instability.
  • Loading branch information
BSchilperoort authored Dec 11, 2023
1 parent 8d65b35 commit 26757e3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions roles/ewatercycle/templates/environment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ channels:
dependencies:
# TODO pin versions for reproducibility. Use `conda env export` and `pip list` to get versions
- python=3.10
- esmpy==8.3.1 # For juliacall compatibility
- fiona==1.9.1 # For juliacall compatibility
- netcdf4==1.6.2 # For juliacall compatibility
- esmvaltool-python>=2.3.0
- ansible
- pip:
Expand All @@ -19,15 +16,12 @@ dependencies:
- ewatercycle-pcrglobwb
- ewatercycle-wflow
- ewatercycle-leakybucket
- ewatercycle-wflowjl
# TODO Once ewatercycle-wflowjl uses a containerized model, uncomment the following line:
# - ewatercycle-wflowjl
# TODO Once available uncomment the following line and remove the git+https line
# - ewatercycle-sfincs
- git+https://github.com/eWaterCycle/ewatercycle-sfincs
- era5cli
# For using ewatercycle-wflowjl
# pyjuliapkg fork that accepts ~
- git+https://github.com/eWaterCycle/pyjuliapkg@expanduser
- juliacall==0.9.14
- setuptools
- altair_saver
- altair
Expand Down

0 comments on commit 26757e3

Please sign in to comment.