Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Jul 10, 2024
1 parent 7230baf commit 2a45b7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,18 @@ 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',
'defusedxml',
'lxml',
'zarr',
'fsspec',
]
],
},
tests_require=[
'pytest',
Expand Down

0 comments on commit 2a45b7f

Please sign in to comment.