From dccfabfdac06175add0cd1b14c87169fd13e5b52 Mon Sep 17 00:00:00 2001 From: ekatef Date: Thu, 12 Oct 2023 00:15:47 +0300 Subject: [PATCH] Fix environment --- envs/environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index c3af36bb..23e61722 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -11,7 +11,7 @@ dependencies: - pip - atlite>=0.2.9 -- dask +- dask<=2023.9.1 # Dependencies of the workflow itself - xlrd @@ -27,7 +27,7 @@ dependencies: - numpy - pandas>=1.4 - geopandas>=0.11.0 -- xarray +- xarray<=2023.8.0 - rioxarray - netcdf4 - networkx