Skip to content

Commit

Permalink
Merge pull request #152 from eWaterCycle/unpin-patch-version
Browse files Browse the repository at this point in the history
Loosen Python version pinning in environment.yml
  • Loading branch information
BSchilperoort authored Nov 2, 2023
2 parents 86a3ee3 + 76fa79d commit 9ed8852
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions roles/ewatercycle/templates/environment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
# TODO pin versions for reproducibility. Use `conda env export` and `pip list` to get versions
- python==3.10
- python=3.10
- esmvaltool-python>=2.3.0
- ansible
- pip:
Expand All @@ -16,10 +16,9 @@ dependencies:
- ewatercycle-pcrglobwb
- ewatercycle-wflow
- ewatercycle-leakybucket
# TODO Once available uncomment the following lines and remove the git+https lines
# - ewatercycle-wflowjl
- ewatercycle-wflowjl
# TODO Once available uncomment the following line and remove the git+https line
# - ewatercycle-sfincs
- git+https://github.com//eWaterCycle/pywflow@ewatercycle_plugin
- git+https://github.com/eWaterCycle/ewatercycle-sfincs
- era5cli
# For using ewatercycle-wflowjl
Expand Down

0 comments on commit 9ed8852

Please sign in to comment.