Skip to content

Commit

Permalink
pin s3fs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Feb 5, 2024
1 parent a5ebd8d commit 60e0ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
'aiobotocore>=2.11.0',
# 'aiobotocore>=2.11.0',
'dask',
'fsspec',
'h5netcdf',
Expand All @@ -27,7 +27,7 @@
'netcdf4',
'numcodecs>=0.12', # github/issues/162
'numpy!=1.24.3', # severe masking bug
's3fs',
's3fs>=2024.2.0', # see environment.yml
# pin Zarr to use new FSStore instead of KVStore
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
# for testing
Expand Down

0 comments on commit 60e0ec8

Please sign in to comment.