Skip to content

Commit f08d0ba

Browse files
dependencies: move required versions on
1 parent 8f5c636 commit f08d0ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements/env_climada.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ dependencies:
66
- bottleneck>=1.3
77
- cartopy>=0.22
88
- cfgrib>=0.9.9,<0.9.10 # 0.9.10 cannot read the icon_grib files from https://opendata.dwd.de
9-
- contextily>=1.4
10-
- dask>=2023
9+
- contextily>=1.5
10+
- dask>=2024
1111
- eccodes>=2.27,<2.28 # 2.28 changed some labels, in particular: gust -> i20fg
1212
- gdal>=3.6
1313
- geopandas>=0.14
1414
- h5py>=3.8
1515
- haversine>=2.8
1616
- matplotlib-base>=3.8
1717
- netcdf4>=1.6
18-
- numba>=0.58
19-
- numexpr>=2.8
18+
- numba>=0.59
19+
- numexpr>=2.9
2020
- openpyxl>=3.1
2121
- 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
2222
- pandas-datareader>=0.10
2323
- pathos>=0.3
24-
- pint>=0.22
24+
- pint>=0.23
2525
- pip
2626
- pycountry>=22.3
2727
- pyepsg>=0.4
@@ -31,13 +31,13 @@ dependencies:
3131
- rasterio>=1.3
3232
- requests>=2.31
3333
- salib>=1.4
34-
- scikit-learn>=1.3
35-
- scipy>=1.11
36-
- sparse>=0.14
34+
- scikit-learn>=1.4
35+
- scipy>=1.12
36+
- sparse>=0.15
3737
- statsmodels>=0.14
3838
- tabulate>=0.9
3939
- tqdm>=4.66
4040
- unittest-xml-reporting>=3.2
41-
- xarray>=2023.11
41+
- xarray>=2024.1
4242
- xlrd>=2.0
4343
- xlsxwriter>=3.1

0 commit comments

Comments
 (0)