Skip to content

Commit

Permalink
Merge pull request #176 from valeriupredoi/grab_aiobotocore_explicitly
Browse files Browse the repository at this point in the history
Pin s3fs >=2024.2.0
  • Loading branch information
valeriupredoi authored Feb 5, 2024
2 parents 2a258fb + 83549c7 commit f5103c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 old aiobotocore for <2024.2.0
# pin Zarr to avoid using old KVStore interface
# see github.com/zarr-developers/zarr-python/issues/1362
- zarr >=2.13.6 # KVStore to FSStore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'netcdf4',
'numcodecs>=0.12', # github/issues/162
'numpy!=1.24.3', # severe masking bug
's3fs',
'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 f5103c4

Please sign in to comment.