Skip to content

Commit 0bb2cdc

Browse files
authored
Max version for esmpy and python
Got esmpy >=8.4 which does not work with esmvaltool 2.4 The esmpy < 8.4 needs python <3.11
1 parent c7e5d7a commit 0bb2cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ewatercycle/templates/environment.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ channels:
55
- defaults
66
dependencies:
77
# TODO pin versions for reproducibility. Use `conda env export` and `pip list` to get versions
8-
- python>=3.7
8+
- python>=3.7,<3.11
99
- subversion # for ewatercycle.parameter_sets
1010
- esmvaltool-python==2.4.0
1111
# Pin esmpy so we dont get forced to run all parallel tasks on single cpu
1212
# Can be removed once https://github.com/ESMValGroup/ESMValCore/issues/1208 is resolved.
13-
- esmpy!=8.1.0
13+
- esmpy!=8.1.0,<8.4
1414
# Line above are copy from https://github.com/eWaterCycle/ewatercycle/blob/main/environment.yml
1515
- ansible
1616
- pip:

0 commit comments

Comments
 (0)