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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,34 +11,36 @@ dependencies:
11
11
- dask>=2025.5
12
12
- deprecation>=2.1
13
13
- eccodes>=2.41
14
+
- fiona>=1.10
14
15
- gdal>=3.10
15
-
- geopandas>=0.14,<1.0 #geopandas 1.0 does not depend on fiona anymore, hence fiona would need to be added as dependency
16
+
- geopandas>=0.14,<1.0 # not yet ready for upgrading
16
17
- h5py>=3.13
17
18
- haversine>=2.9
18
19
- matplotlib-base>=3.10
19
20
- netcdf4>=1.7
20
21
- numba>=0.61
21
22
- numexpr>=2.10
22
23
- openpyxl>=3.1
23
-
- osm-flex>=1.1
24
+
- osm-flex>=1.1# this is only required for running the tutorials, not for the CLIMADA package itself
24
25
- overpy>=0.7
25
26
- 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
26
27
- pathos>=0.3
27
28
- peewee>=3.17
28
29
- pint>=0.24
29
30
- pip
31
+
- pyarrow>=20.0 # this is needed by dask from conda-forge but not from pypi
30
32
- pycountry>=24.6
31
33
- pyproj>=3.7
32
-
- pytables>=3.10
34
+
- pytables>=3.10# this is the name of the pypi 'tables' package on conda-forge
33
35
- python>=3.10,<3.13
34
36
- pyxlsb>=1.0
35
37
- rasterio>=1.4
36
38
- requests>=2.32
37
-
- rtree>=1.3,<1.4 #needed by geopandas, 1.4.0 doesn't pass the `pip check`
39
+
- rtree>=1.3,<1.4 # 1.4.0 doesn't pass the `pip check`, needed by geopandas
38
40
- salib>=1.5
39
-
- seaborn>=0.13
40
41
- scikit-learn>=1.7
41
42
- 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