You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements/env_climada.yml
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,42 +3,47 @@ channels:
3
3
- conda-forge
4
4
- nodefaults
5
5
dependencies:
6
-
- bottleneck>=1.4
6
+
- bayesian-optimization>=1.5,<2.0
7
+
- bottleneck>=1.5
7
8
- cartopy>=0.24
8
9
- cfgrib>=0.9
9
10
- contextily>=1.6
10
-
- dask>=2025.2
11
-
- eccodes>=2.40
11
+
- dask>=2025.5
12
+
- deprecation>=2.1
13
+
- eccodes>=2.41
12
14
- gdal>=3.10
13
15
- geopandas>=0.14,<1.0 # geopandas 1.0 does not depend on fiona anymore, hence fiona would need to be added as dependency
14
-
- h5py>=3.12
16
+
- h5py>=3.13
15
17
- haversine>=2.9
16
18
- matplotlib-base>=3.10
17
19
- netcdf4>=1.7
18
20
- numba>=0.61
19
21
- numexpr>=2.10
20
22
- openpyxl>=3.1
21
23
- osm-flex>=1.1
24
+
- overpy>=0.7
22
25
- pandas>=2.1,<2.2 # 2.2 is not compatible with the default pytables=3.7 and yields a very high deprecation warning number through geopandas
23
26
- pathos>=0.3
27
+
- peewee>=3.17
24
28
- pint>=0.24
25
29
- pip
26
30
- pycountry>=24.6
27
31
- pyproj>=3.7
28
32
- pytables>=3.10
33
+
- python>=3.10,<3.13
29
34
- pyxlsb>=1.0
30
35
- rasterio>=1.4
31
36
- requests>=2.32
32
-
- rtree>=1.3,<1.4 # 1.4.0 doesn't pass the `pip check`
37
+
- rtree>=1.3,<1.4 #needed by geopandas, 1.4.0 doesn't pass the `pip check`
33
38
- salib>=1.5
34
39
- seaborn>=0.13
35
-
- scikit-learn>=1.6
40
+
- scikit-learn>=1.7
36
41
- scipy>=1.14,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
0 commit comments