We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ebd8d commit 60e0ec8Copy full SHA for 60e0ec8
setup.py
@@ -18,7 +18,7 @@
18
# Installation dependencies
19
# Use with pip install . to install from source
20
'install': [
21
- 'aiobotocore>=2.11.0',
+ # 'aiobotocore>=2.11.0',
22
'dask',
23
'fsspec',
24
'h5netcdf',
@@ -27,7 +27,7 @@
27
'netcdf4',
28
'numcodecs>=0.12', # github/issues/162
29
'numpy!=1.24.3', # severe masking bug
30
- 's3fs',
+ 's3fs>=2024.2.0', # see environment.yml
31
# pin Zarr to use new FSStore instead of KVStore
32
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
33
# for testing
0 commit comments