File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,17 @@ classifiers =
3131[options]
3232packages = find:
3333install_requires =
34- numpy >=1.18
34+ dask
3535 magicgui
36+ multiscale_spatial_image
37+ multiview-stitcher >=0.1.19
38+ napari
39+ numpy >=1.18
3640 qtpy
41+ spatial_image
3742 tifffile >=2022.7.28
38- multiview-stitcher[aicsimageio] ==0.1.19
43+ tqdm
44+ xarray
3945
4046python_requires = >=3.10
4147include_package_data = True
@@ -52,6 +58,7 @@ napari.manifest =
5258[options.extras_require]
5359testing_no_gui = # napari and pyqt5 can be installed via conda
5460 tox
61+ multiview-stitcher[aiscimageio]
5562 pytest # https://docs.pytest.org/en/latest/contents.html
5663 pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
5764 pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change 11import numpy as np
2- import networkx as nx
32import xarray as xr
43import dask .array as da
54from dask import compute
You can’t perform that action at this time.
0 commit comments