Skip to content

Commit 3cea244

Browse files
conda environment: workaround for #403, gdal 3.4.1 / fona issue
(cherry picked from commit cbcd859)
1 parent d8947df commit 3cea244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/env_climada.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cfgrib>=0.9.7,<0.9.10 # 0.9.10 cannot read the icon_grib files from https://opendata.dwd.de
99
- contextily>=1.0,<1.2 # 1.2 has removed the deprecated contextily.sources
1010
- dask>=2.25
11+
- gdal!=3.4.1 # has an issue with fiona on Windows (#403)
1112
- geopandas>=0.8
1213
- h5py>=2.10
1314
- haversine>=2.3

0 commit comments

Comments
 (0)