We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88056b0 commit 7face51Copy full SHA for 7face51
.conda/benchcab-dev.yaml
@@ -6,7 +6,7 @@ channels:
6
- defaults
7
8
dependencies:
9
- - python=3.9
+ - python<3.13
10
- payu>=1.0.30
11
- pip
12
- f90nml
.conda/meta.yaml
@@ -17,10 +17,10 @@ build:
17
18
requirements:
19
host:
20
- - python >=3.9
+ - python <3.13
21
22
run:
23
24
- payu >=1.0.30
25
- netCDF4
26
- PyYAML
0 commit comments