From 1af2b5930a3733432cae06431df29ae43f129ca9 Mon Sep 17 00:00:00 2001 From: Jonas Kittner Date: Mon, 11 Nov 2024 00:35:54 +0100 Subject: [PATCH] pin rasterio to < 1.4 it will cause an attribute error 'where' --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ed4b6f7..e189ed9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = netCDF4 numpy>=1.21 pandas - rasterio>=1.1.6 + rasterio>=1.1.6,<1.4.0 rioxarray scipy tqdm