Skip to content

Commit

Permalink
add numcodecs to versions shower
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Dec 19, 2024
1 parent 7166b48 commit 1ff6fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions argopy/utils/locals.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def show_versions(file=sys.stdout, conda=False): # noqa: C901
[
("boto3", get_version),
("h5netcdf", get_version),
("numcodecs", get_version),
("s3fs", get_version),
("kerchunk", get_version),
("zarr", get_version),
Expand Down
1 change: 1 addition & 0 deletions cli/show_versions
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def show_versions(file=sys.stdout, conda=False, free=False, core=False): # noqa
[
("zarr", get_version),
("boto3", get_version),
("numcodecs", get_version),
("s3fs", get_version),
("kerchunk", get_version),
]
Expand Down

0 comments on commit 1ff6fff

Please sign in to comment.