Skip to content

Commit 60e0ec8

Browse files
committed
pin s3fs instead
1 parent a5ebd8d commit 60e0ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Installation dependencies
1919
# Use with pip install . to install from source
2020
'install': [
21-
'aiobotocore>=2.11.0',
21+
# 'aiobotocore>=2.11.0',
2222
'dask',
2323
'fsspec',
2424
'h5netcdf',
@@ -27,7 +27,7 @@
2727
'netcdf4',
2828
'numcodecs>=0.12', # github/issues/162
2929
'numpy!=1.24.3', # severe masking bug
30-
's3fs',
30+
's3fs>=2024.2.0', # see environment.yml
3131
# pin Zarr to use new FSStore instead of KVStore
3232
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
3333
# for testing

0 commit comments

Comments
 (0)