Skip to content

Commit 3bf30aa

Browse files
committed
Add yamanifest to 25.02
1 parent 53fb817 commit 3bf30aa

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

environments/analysis3/config.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
### outside_files_to_copy
99

1010
### Optional config for custom deploy script
11-
export VERSION_TO_MODIFY=25.02e
11+
export VERSION_TO_MODIFY=25.02
1212
export STABLE_VERSION=24.12
13-
export UNSTABLE_VERSION=25.02e
13+
export UNSTABLE_VERSION=25.02
1414

1515
### Version settings
1616
export ENVIRONMENT=analysis3
1717
export FULLENV="${ENVIRONMENT}-${VERSION_TO_MODIFY}"
1818

1919
declare -a rpms_to_remove=( "openssh-clients" "openssh-server" "openssh" )
20-
declare -a replace_from_apps=( "ucx/1.15.0" openmpi/5.9.5)
20+
declare -a replace_from_apps=( "ucx/1.15.0" )
2121
declare -a outside_commands_to_include=( "pbs_tmrsh" "ssh" )
22-
#declare -a outside_files_to_copy=( "/g/data/xp65/public/apps/openmpi/4.1.6" )
23-
#declare -a replace_with_external=( "/g/data/xp65/public/apps/openmpi/4.1.6" )
22+
declare -a outside_files_to_copy=( "/g/data/xp65/public/apps/openmpi/4.1.6" )
23+
declare -a replace_with_external=( "/g/data/xp65/public/apps/openmpi/4.1.6" )

environments/analysis3/environment.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: analysis3-edge
1+
name: analysis3
22
channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
# SPEC0 packages
76
- python==3.11.*
87
- dask==2025.1.*
9-
- numpy==2.2.*
8+
- numpy==1.26.*
109
- scipy==1.15.*
1110
- matplotlib==3.10.*
1211
- pandas==2.2.*
@@ -18,26 +17,13 @@ dependencies:
1817
- iris==3.11.*
1918
- netcdf4==1.7.*
2019
- libnetcdf=*=mpi_openmpi*
21-
- openmpi==5.0.5
20+
- openmpi==4.1.6
2221
- pip=25.*
23-
- hdf5=1.14.*=mpi_openmpi*
22+
- hdf5=1.14.*=mpi_openmpi* # issues with version 1.14.3, version 1.14.4 not available for openmpi < 5.0
2423
- jupyterlab==4.3.*
2524
- cmor==3.9.*
2625
- accessnri::access-nri-intake==1.1.*
2726
- conda-forge::intake-dataframe-catalog==0.3.1
28-
# - numba needs numpy < 2.0
29-
#- dask-ml Causing issue for some reasons
30-
#- datashader requires numpy <2.0
31-
#- geocat-comp issue with numpy <2. and probably python 3.11
32-
#- geocat-comp requires numba and numpy < 2.0
33-
#- icclim requires numba
34-
#- neutralocean needs numpy < 2.0
35-
#- regional-mom6 needs numpy <2
36-
#- tensorflow
37-
#- u8darts-all requires numba
38-
#- wavespectra, needs numpy <2
39-
#- wrf-python needs numpy <2
40-
#- xarray-spatial needs numpy <2.
4127
- aiohttp
4228
- aiohttp-cors
4329
- ants
@@ -74,9 +60,11 @@ dependencies:
7460
- cvxpy
7561
- dask-jobqueue
7662
- dask-labextension
63+
- dask-ml
7764
- dask-xgboost
7865
- dataclasses-json
7966
- dataset
67+
- datashader
8068
- descartes
8169
- distributed
8270
- doc8
@@ -89,6 +77,7 @@ dependencies:
8977
- erddapy
9078
- esmf
9179
- esmpy
80+
- esmvalcore
9281
- f90nml
9382
- ffmpeg
9483
- filelock
@@ -99,6 +88,7 @@ dependencies:
9988
- fs
10089
- gcc_linux-64
10190
- gcm_filters
91+
- geocat-comp
10292
- geocat-viz
10393
- geoplot
10494
- geopy
@@ -110,6 +100,7 @@ dependencies:
110100
- httpx
111101
- hupper
112102
- hvplot
103+
- icclim
113104
- intake
114105
- intake-esm==2025.2.3
115106
- ipdb
@@ -146,9 +137,11 @@ dependencies:
146137
- nc-time-axis
147138
- ncdu
148139
- nctoolkit
140+
- neutralocean
149141
- ninja
150142
- nodejs
151143
- notebook
144+
- numba
152145
- numexpr
153146
- odc-geo
154147
- opencv
@@ -180,6 +173,7 @@ dependencies:
180173
- rasterio
181174
- rasterstats
182175
- rechunker
176+
- regional-mom6
183177
- regionmask
184178
- rioxarray
185179
- ruff
@@ -194,17 +188,22 @@ dependencies:
194188
- sqlalchemy
195189
- statsmodels
196190
- sympy
191+
- tensorflow
197192
- timezonefinder
198193
- tintx
199194
- tqdm
200195
- twine
196+
- u8darts-all
201197
- ujson
202198
- vtk
203199
- watchdog
204200
- watermark
201+
- wavespectra
205202
- webcolors
206203
- windspharm
207204
- wradlib
205+
- wrf-python
206+
- xarray-spatial
208207
- xarraymannkendall
209208
- xcdat
210209
- xclim
@@ -217,3 +216,4 @@ dependencies:
217216
- xrft
218217
- xskillscore
219218
- xwrf
219+
- yamanifest

0 commit comments

Comments
 (0)