Skip to content

Commit c4bfdf3

Browse files
un-restrict pandas and geopandas max version
1 parent c500fd8 commit c4bfdf3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements/env_climada.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ dependencies:
99
- contextily>=1.6
1010
- dask>=2025.2
1111
- eccodes>=2.40
12+
- fiona>=1.10
1213
- gdal>=3.10
13-
- geopandas>=0.14,<1.0 # geopandas 1.0 does not depend on fiona anymore, hence fiona would need to be added as dependency
14+
- geopandas>=0.14
1415
- h5py>=3.12
1516
- haversine>=2.9
1617
- matplotlib-base>=3.10
@@ -19,7 +20,7 @@ dependencies:
1920
- numexpr>=2.10
2021
- openpyxl>=3.1
2122
- osm-flex>=1.1
22-
- 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+
- pandas>=2.1
2324
- pathos>=0.3
2425
- pint>=0.24
2526
- pip

0 commit comments

Comments
 (0)