diff --git a/setup.py b/setup.py index 330b16217..57c8a8839 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,10 @@ def run(self): "nd2": ["nd2[legacy]>=0.2.0"], "dv": ["mrc>=0.2.0"], "bfio": ["bfio>=2.3.0", "tifffile<2022.4.22"], - "czi": [ - "fsspec>=2022.7.1", - # "aicspylibczi>=3.0.5", # excluded for licensing reasons - ], + # "czi": [ # excluded for licensing reasons + # "fsspec>=2022.7.1", + # "aicspylibczi>=3.0.5", + # ], # "bioformats": ["bioformats_jar"], # excluded for licensing reasons # "lif": ["readlif>=0.6.4"], # excluded for licensing reasons }