From b5b88c65547a7a407bcab4c116c00891121de8c4 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 16 Sep 2022 16:14:30 +0200 Subject: [PATCH] lift rasterio restriction to allow atlite 0.2.9 --- envs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 8cb8e565..dbe1bb25 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -46,7 +46,7 @@ dependencies: # GIS dependencies: - cartopy - descartes - - rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238 + - rasterio!=1.2.10 # PyPSA-Eur-Sec Dependencies - geopy