Skip to content

Commit bf41fab

Browse files
dependency degradation for python 3.10
1 parent 6613632 commit bf41fab

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Updated:
2424
- `bottleneck` >=1.4 → >=1.5
2525
- `dask` >=2025.2 → >=2025.5
2626
- `deprecation` =2.1 → nan
27-
- `eccodes` >=2.40 → >=2.41
2827
- `geopandas` >=0.14,<1.0 &rarr; >=0.14
2928
- `h5py` >=3.12 &rarr; >=3.13
3029
- `openpyxl` >=3.1 &rarr; >=3.0
@@ -33,7 +32,7 @@ Updated:
3332
- `pillow` =11.1 &rarr; =11.3
3433
- `rtree` >=1.3,<1.4 &rarr; >=1.3
3534
- `scikit-learn` >=1.6 &rarr; >=1.7
36-
- `scipy` >=1.14,<1.15 &rarr; >=1.14
35+
- `scipy` >=1.14,<1.15 &rarr; >=1.15
3736
- `sparse` >=0.15 &rarr; >=0.17
3837
- `xarray` >=2025.1 &rarr; >=2025.6
3938

requirements/env_climada.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dependencies:
1010
- contextily>=1.6
1111
- dask>=2025.9
1212
- deprecation>=2.1
13-
- eccodes>=2.42
13+
- eccodes>=2.41
1414
- fiona>=1.10
1515
- gdal>=3.10
1616
- geopandas>=1.1
17-
- h5py>=3.14
17+
- h5py>=3.13
1818
- haversine>=2.9
1919
- matplotlib-base>=3.10
2020
- netcdf4>=1.7
@@ -25,7 +25,7 @@ dependencies:
2525
- pandas>=2.3
2626
- pathos>=0.3
2727
- peewee>=3.18
28-
- pint>=0.25
28+
- pint>=0.24
2929
- pip
3030
- pyarrow>=21.0
3131
- pycountry>=24.6
@@ -37,13 +37,13 @@ dependencies:
3737
- rtree>=1.4
3838
- salib>=1.5
3939
- scikit-learn>=1.7
40-
- scipy>=1.16
40+
- scipy>=1.15
4141
- seaborn>=0.13
4242
- sparse>=0.17
4343
- statsmodels>=0.14
4444
- tabulate>=0.9
4545
- tqdm>=4.67
4646
- unittest-xml-reporting>=3.2
47-
- xarray>=2025.9
47+
- xarray>=2025.6
4848
- xlrd>=2.0
4949
- xlsxwriter>=3.2

0 commit comments

Comments
 (0)