Skip to content

Commit 82b9458

Browse files
authored
Merge pull request #903 from xylar/fix-conda-env
Update mpas_tools and esmf
2 parents 391b400 + 11976c1 commit 82b9458

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

compass/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.0-alpha.2'
1+
__version__ = '1.7.0-alpha.3'

conda/compass_env/spec-file.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python>=3.9
66
cartopy
77
cartopy_offlinedata
88
cmocean
9-
esmf=8.7.0={{ mpi_prefix }}_*
9+
esmf=8.8.1={{ mpi_prefix }}_*
1010
ffmpeg
1111
geometric_features=1.6.1
1212
git
@@ -22,7 +22,7 @@ matplotlib-base >=3.9.1
2222
metis
2323
moab >=5.5.1
2424
moab=*={{ mpi_prefix }}_tempest_*
25-
mpas_tools=1.0.0
25+
mpas_tools=1.2.2
2626
nco
2727
netcdf4=*=nompi_*
2828
numpy >=2.0,<3.0
@@ -49,8 +49,8 @@ cmake
4949
cxx-compiler
5050
fortran-compiler
5151
libnetcdf=4.9.2={{ mpi_prefix }}_*
52-
libpnetcdf=1.13.0={{ mpi_prefix }}_*
53-
parallelio=2.6.3={{ mpi_prefix }}_*
52+
libpnetcdf=1.14.0={{ mpi_prefix }}_*
53+
parallelio=2.6.6={{ mpi_prefix }}_*
5454
m4
5555
make
5656
{{ mpi }}

0 commit comments

Comments
 (0)