We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e5d7a commit 0bb2cdcCopy full SHA for 0bb2cdc
roles/ewatercycle/templates/environment.yml.j2
@@ -5,12 +5,12 @@ channels:
5
- defaults
6
dependencies:
7
# TODO pin versions for reproducibility. Use `conda env export` and `pip list` to get versions
8
- - python>=3.7
+ - python>=3.7,<3.11
9
- subversion # for ewatercycle.parameter_sets
10
- esmvaltool-python==2.4.0
11
# Pin esmpy so we dont get forced to run all parallel tasks on single cpu
12
# Can be removed once https://github.com/ESMValGroup/ESMValCore/issues/1208 is resolved.
13
- - esmpy!=8.1.0
+ - esmpy!=8.1.0,<8.4
14
# Line above are copy from https://github.com/eWaterCycle/ewatercycle/blob/main/environment.yml
15
- ansible
16
- pip:
0 commit comments