Skip to content

Commit

Permalink
s3fs > 2023.12.12
Browse files Browse the repository at this point in the history
/home/runner/micromamba/envs/argopy-tests/lib/python3.10/site-packages/fsspec/registry.py:279: UserWarning: Your installed version of s3fs is very old and known to cause severe performance issues, see also dask/dask#10276
  • Loading branch information
gmaze committed Sep 10, 2024
1 parent 5669032 commit 3875306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# EXT.UTIL:
- boto3
- gsw
- s3fs
- s3fs > 2023.12.12
- tqdm
- zarr

Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# EXT.UTIL:
- boto3 = 1.35.0
- gsw = 3.6.19
- s3fs = 0.4.2
- s3fs > 2023.12.12
- tqdm = 4.66.5
- zarr = 2.18.2

Expand Down

0 comments on commit 3875306

Please sign in to comment.