diff --git a/setup.py b/setup.py index 284d707..e6fa53f 100644 --- a/setup.py +++ b/setup.py @@ -107,6 +107,10 @@ def fix_docstring_examples(docstring): # 'imagecodecs>=2023.8.12', ], extras_require={ + 'codecs': ['imagecodecs>=2023.8.12'], + 'xml': ['defusedxml', 'lxml'], + 'zarr': ['zarr', 'fsspec'], + 'plot': ['matplotlib'], 'all': [ 'imagecodecs>=2023.8.12', 'matplotlib', @@ -114,7 +118,7 @@ def fix_docstring_examples(docstring): 'lxml', 'zarr', 'fsspec', - ] + ], }, tests_require=[ 'pytest',