Skip to content

Commit 3c0c625

Browse files
committed
Update to v1.12.0rc2
Adds new rc's. Also adds constraint to globus-cli following conda-forge/zstash-feedstock#18
1 parent 2cc66fa commit 3c0c625

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

recipes/e3sm-unified/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "E3SM-Unified" %}
2-
{% set version = "1.12.0rc1" %}
2+
{% set version = "1.12.0rc2" %}
33
{% set build = 0 %}
44

55
package:
@@ -38,7 +38,7 @@ requirements:
3838
- e3sm-tools 3.0.2 # [linux]
3939
- geometric_features 1.6.1
4040
# fixes an issues with cryptography <37 constraint
41-
- globus-cli >=3.15.0
41+
- globus-cli >=3.15.0,<4.0
4242
- ilamb 2.7.2 # [mpi != 'nompi' and mpi != 'hpc']
4343
- ipython
4444
- jupyter
@@ -55,9 +55,9 @@ requirements:
5555
- tempest-extremes 2.4 {{ mpi_prefix }}_* # [mpi != 'hpc']
5656
- uxarray >=2024.12.0
5757
- xcdat 0.10.1
58-
- zppy 3.1.0rc1
59-
- zppy-interfaces 0.2.0rc1
60-
- zstash 1.5.0rc1 # [linux]
58+
- zppy 3.1.0rc2
59+
- zppy-interfaces 0.2.0rc2
60+
- zstash 1.5.0rc3 # [linux]
6161

6262
### mkdocs
6363
- mkdocs-material

0 commit comments

Comments
 (0)