Merge pull request #372 from pz-max/rasterio-fix

restrict rasterio version
This commit is contained in:
Fabian Neumann 2022-06-03 19:47:43 +02:00 committed by GitHub
commit 3d6702a6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,8 @@ Upcoming Release
* Fix crs bug. Change crs 4236 to 4326.
* Update rasterio version to correctly calculate exclusion raster
PyPSA-Eur 0.4.0 (22th September 2021)
=====================================

View File

@ -45,7 +45,7 @@ dependencies:
# GIS dependencies:
- cartopy
- descartes
- rasterio
- rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238
# PyPSA-Eur-Sec Dependencies
- geopy