Skip to content

Commit f8734b5

Browse files
committed
Fix optional group
1 parent e1478cc commit f8734b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test = [
7373
"hypothesis",
7474
"universal-pathlib",
7575
]
76-
optional = ["zarr[universal-pathlib, tree]"]
76+
optional = ["rich", "universal-pathlib"]
7777
docs = [
7878
'sphinx==8.1.3',
7979
'sphinx-autobuild>=2021.3.14',

0 commit comments

Comments
 (0)