File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
- numcodecs >=0.12 # github.com/valeriupredoi/PyActiveStorage/issues/162
16
16
- numpy !=1.24.3 # severe masking bug
17
17
- pip !=21.3
18
- - s3fs
18
+ - s3fs >=2024.2.0 # loose s3fs deps leading to old aiobotocore for <2024.2.0
19
19
# pin Zarr to avoid using old KVStore interface
20
20
# see github.com/zarr-developers/zarr-python/issues/1362
21
21
- zarr >=2.13.6 # KVStore to FSStore
Original file line number Diff line number Diff line change 26
26
'netcdf4' ,
27
27
'numcodecs>=0.12' , # github/issues/162
28
28
'numpy!=1.24.3' , # severe masking bug
29
- 's3fs' ,
29
+ 's3fs>=2024.2.0' , # see environment.yml for pin reason
30
30
# pin Zarr to use new FSStore instead of KVStore
31
31
'zarr>=2.13.3' , # github.com/zarr-developers/zarr-python/issues/1362
32
32
# for testing
You can’t perform that action at this time.
0 commit comments