Skip to content

Commit 2939e16

Browse files
committed
feat: debug - also print out rich
1 parent 809c7a0 commit 2939e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def print_packages(packages: list[str]) -> None:
6666
"s3fs",
6767
"gcsfs",
6868
"universal-pathlib",
69-
# "rich", # doesn't provide __version__
69+
"rich",
7070
"obstore",
7171
]
7272

0 commit comments

Comments
 (0)