From d3c713af41cd1177c84dce8095547ec10f75b154 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Sat, 1 Feb 2025 11:02:26 +0100 Subject: [PATCH] unpin rasterio and bump python --- environment.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 2ce2f811..9e31139e 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: sds channels: - conda-forge dependencies: - - python ==3.12.* + - python ==3.13.* # to run the code - astropy >=6 - contextily >=1.6 @@ -22,10 +22,9 @@ dependencies: - pyarrow >=17 - pyinterpolate >=0.5 - pyogrio >=0.9 - - rasterio <1.4.0 + - rasterio >=1.4.0 - rioxarray >=0.17 - - rasterio >=1.3 - - scikit-learn + - scikit-learn >=1.6 - seaborn >=0.13 - spglm >=1.1 - spreg >=1.4