Skip to content

Commit

Permalink
remove aiobotocore
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Feb 5, 2024
1 parent a407a1b commit 83549c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
# 'aiobotocore>=2.11.0',
'dask',
'fsspec',
'h5netcdf',
Expand All @@ -27,7 +26,7 @@
'netcdf4',
'numcodecs>=0.12', # github/issues/162
'numpy!=1.24.3', # severe masking bug
's3fs>=2024.2.0', # see environment.yml
's3fs>=2024.2.0', # see environment.yml for pin reason
# 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 83549c7

Please sign in to comment.