1
- name : analysis3-edge
1
+ name : analysis3
2
2
channels :
3
3
- conda-forge
4
4
- nodefaults
5
5
dependencies :
6
- # SPEC0 packages
7
6
- python==3.11.*
8
7
- dask==2025.1.*
9
- - numpy==2.2 .*
8
+ - numpy==1.26 .*
10
9
- scipy==1.15.*
11
10
- matplotlib==3.10.*
12
11
- pandas==2.2.*
@@ -18,26 +17,13 @@ dependencies:
18
17
- iris==3.11.*
19
18
- netcdf4==1.7.*
20
19
- libnetcdf=*=mpi_openmpi*
21
- - openmpi==5.0.5
20
+ - openmpi==4.1.6
22
21
- 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
24
23
- jupyterlab==4.3.*
25
24
- cmor==3.9.*
26
25
- accessnri::access-nri-intake==1.1.*
27
26
- 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.
41
27
- aiohttp
42
28
- aiohttp-cors
43
29
- ants
@@ -74,9 +60,11 @@ dependencies:
74
60
- cvxpy
75
61
- dask-jobqueue
76
62
- dask-labextension
63
+ - dask-ml
77
64
- dask-xgboost
78
65
- dataclasses-json
79
66
- dataset
67
+ - datashader
80
68
- descartes
81
69
- distributed
82
70
- doc8
@@ -89,6 +77,7 @@ dependencies:
89
77
- erddapy
90
78
- esmf
91
79
- esmpy
80
+ - esmvalcore
92
81
- f90nml
93
82
- ffmpeg
94
83
- filelock
@@ -99,6 +88,7 @@ dependencies:
99
88
- fs
100
89
- gcc_linux-64
101
90
- gcm_filters
91
+ - geocat-comp
102
92
- geocat-viz
103
93
- geoplot
104
94
- geopy
@@ -110,6 +100,7 @@ dependencies:
110
100
- httpx
111
101
- hupper
112
102
- hvplot
103
+ - icclim
113
104
- intake
114
105
- intake-esm==2025.2.3
115
106
- ipdb
@@ -146,9 +137,11 @@ dependencies:
146
137
- nc-time-axis
147
138
- ncdu
148
139
- nctoolkit
140
+ - neutralocean
149
141
- ninja
150
142
- nodejs
151
143
- notebook
144
+ - numba
152
145
- numexpr
153
146
- odc-geo
154
147
- opencv
@@ -180,6 +173,7 @@ dependencies:
180
173
- rasterio
181
174
- rasterstats
182
175
- rechunker
176
+ - regional-mom6
183
177
- regionmask
184
178
- rioxarray
185
179
- ruff
@@ -194,17 +188,22 @@ dependencies:
194
188
- sqlalchemy
195
189
- statsmodels
196
190
- sympy
191
+ - tensorflow
197
192
- timezonefinder
198
193
- tintx
199
194
- tqdm
200
195
- twine
196
+ - u8darts-all
201
197
- ujson
202
198
- vtk
203
199
- watchdog
204
200
- watermark
201
+ - wavespectra
205
202
- webcolors
206
203
- windspharm
207
204
- wradlib
205
+ - wrf-python
206
+ - xarray-spatial
208
207
- xarraymannkendall
209
208
- xcdat
210
209
- xclim
@@ -217,3 +216,4 @@ dependencies:
217
216
- xrft
218
217
- xskillscore
219
218
- xwrf
219
+ - yamanifest
0 commit comments