Skip to content

Commit f3de084

Browse files
Merge branch 'develop' into feature/density_tracks
2 parents 8a66674 + 10e7869 commit f3de084

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

requirements/env_climada.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ channels:
44
- nodefaults
55
dependencies:
66
- bottleneck>=1.4
7-
- cartopy>=0.23
8-
- cfgrib>=0.9.9
7+
- cartopy>=0.24
8+
- cfgrib>=0.9
99
- contextily>=1.6
10-
- dask>=2024.5
11-
- eccodes>=2.27
12-
- gdal>=3.6
10+
- dask>=2025.2
11+
- eccodes>=2.40
12+
- gdal>=3.10
1313
- 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.8
15-
- haversine>=2.8
16-
- matplotlib-base>=3.9
17-
- netcdf4>=1.6
18-
- numba>=0.60
14+
- h5py>=3.12
15+
- haversine>=2.9
16+
- matplotlib-base>=3.10
17+
- netcdf4>=1.7
18+
- numba>=0.61
1919
- numexpr>=2.10
2020
- openpyxl>=3.1
2121
- osm-flex>=1.1
@@ -25,20 +25,20 @@ dependencies:
2525
- pint>=0.24
2626
- pip
2727
- pycountry>=24.6
28-
- pyproj>=3.5
29-
- pytables>=3.7
28+
- pyproj>=3.7
29+
- pytables>=3.10
3030
- pyxlsb>=1.0
31-
- rasterio>=1.3
31+
- rasterio>=1.4
3232
- requests>=2.32
3333
- salib>=1.5
3434
- seaborn>=0.13
35-
- scikit-learn>=1.5
36-
- scipy>=1.13,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
35+
- scikit-learn>=1.6
36+
- 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'"
3737
- sparse>=0.15
3838
- statsmodels>=0.14
3939
- tabulate>=0.9
40-
- tqdm>=4.66
40+
- tqdm>=4.67
4141
- unittest-xml-reporting>=3.2
42-
- xarray>=2024.6
42+
- xarray>=2025.1
4343
- xlrd>=2.0
44-
- xlsxwriter>=3.1
44+
- xlsxwriter>=3.2

0 commit comments

Comments
 (0)