Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 657f451

Browse files
committed
Remove CZI extra install that doesn't come with CZI
1 parent 54ae325 commit 657f451

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ def run(self):
3737
"nd2": ["nd2[legacy]>=0.2.0"],
3838
"dv": ["mrc>=0.2.0"],
3939
"bfio": ["bfio>=2.3.0", "tifffile<2022.4.22"],
40-
"czi": [
41-
"fsspec>=2022.7.1",
42-
# "aicspylibczi>=3.0.5", # excluded for licensing reasons
43-
],
40+
# "czi": [ # excluded for licensing reasons
41+
# "fsspec>=2022.7.1",
42+
# "aicspylibczi>=3.0.5",
43+
# ],
4444
# "bioformats": ["bioformats_jar"], # excluded for licensing reasons
4545
# "lif": ["readlif>=0.6.4"], # excluded for licensing reasons
4646
}

0 commit comments

Comments
 (0)