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 e1d99e8 commit a5ebd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:

dependencies:
- python >=3.9
- aiobotocore >=2.11.0
# - aiobotocore >=2.11.0
- dask
- fsspec
- h5netcdf
Expand All @@ -16,7 +16,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 very old aiobotocore
# 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

0 comments on commit a5ebd8d

Please sign in to comment.