Skip to content

Commit f5103c4

Browse files
Merge pull request #176 from valeriupredoi/grab_aiobotocore_explicitly
Pin s3fs >=2024.2.0
2 parents 2a258fb + 83549c7 commit f5103c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- numcodecs >=0.12 # github.com/valeriupredoi/PyActiveStorage/issues/162
1616
- numpy !=1.24.3 # severe masking bug
1717
- pip !=21.3
18-
- s3fs
18+
- s3fs >=2024.2.0 # loose s3fs deps leading to old aiobotocore for <2024.2.0
1919
# pin Zarr to avoid using old KVStore interface
2020
# see github.com/zarr-developers/zarr-python/issues/1362
2121
- zarr >=2.13.6 # KVStore to FSStore

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'netcdf4',
2727
'numcodecs>=0.12', # github/issues/162
2828
'numpy!=1.24.3', # severe masking bug
29-
's3fs',
29+
's3fs>=2024.2.0', # see environment.yml for pin reason
3030
# pin Zarr to use new FSStore instead of KVStore
3131
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
3232
# for testing

0 commit comments

Comments
 (0)