We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e0ec8 commit a407a1bCopy full SHA for a407a1b
environment.yml
@@ -6,7 +6,6 @@ channels:
6
7
dependencies:
8
- python >=3.9
9
- # - aiobotocore >=2.11.0
10
- dask
11
- fsspec
12
- h5netcdf
@@ -16,7 +15,7 @@ dependencies:
16
15
- numcodecs >=0.12 # github.com/valeriupredoi/PyActiveStorage/issues/162
17
- numpy !=1.24.3 # severe masking bug
18
- pip !=21.3
19
- - s3fs >=2024.2.0 # loose s3fs deps leading to very old aiobotocore
+ - s3fs >=2024.2.0 # loose s3fs deps leading to old aiobotocore for <2024.2.0
20
# pin Zarr to avoid using old KVStore interface
21
# see github.com/zarr-developers/zarr-python/issues/1362
22
- zarr >=2.13.6 # KVStore to FSStore
0 commit comments