Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ classifiers =
[options]
packages = find:
install_requires =
numpy >=1.18
dask
magicgui
multiscale_spatial_image
multiview-stitcher >=0.1.19
napari
numpy >=1.18
qtpy
spatial_image
tifffile >=2022.7.28
multiview-stitcher[aicsimageio] ==0.1.19
tqdm
xarray

python_requires = >=3.10
include_package_data = True
Expand All @@ -52,6 +58,7 @@ napari.manifest =
[options.extras_require]
testing_no_gui = # napari and pyqt5 can be installed via conda
tox
multiview-stitcher[aicsimageio]
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
Expand Down
1 change: 0 additions & 1 deletion src/napari_stitcher/viewer_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import networkx as nx
import xarray as xr
import dask.array as da
from dask import compute
Expand Down