From a5ebd8d85b9d08ddbd6ba8a0ad116fa833db7555 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 5 Feb 2024 14:35:10 +0000 Subject: [PATCH] pin s3fs instead --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 4e8e7432..92e9af7a 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - python >=3.9 - - aiobotocore >=2.11.0 + # - aiobotocore >=2.11.0 - dask - fsspec - h5netcdf @@ -16,7 +16,7 @@ dependencies: - numcodecs >=0.12 # github.com/valeriupredoi/PyActiveStorage/issues/162 - numpy !=1.24.3 # severe masking bug - pip !=21.3 - - s3fs + - s3fs >=2024.2.0 # loose s3fs deps leading to very old aiobotocore # pin Zarr to avoid using old KVStore interface # see github.com/zarr-developers/zarr-python/issues/1362 - zarr >=2.13.6 # KVStore to FSStore