Skip to content

Commit 6e0c19f

Browse files
committed
Review dependencies
This commit tried to list all direct dependencies explicitly. The aicsimageio dependency moves to the test dependencies.
1 parent 1c0f2dc commit 6e0c19f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

setup.cfg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@ classifiers =
3131
[options]
3232
packages = find:
3333
install_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

4046
python_requires = >=3.10
4147
include_package_data = True
@@ -52,6 +58,7 @@ napari.manifest =
5258
[options.extras_require]
5359
testing_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/

src/napari_stitcher/viewer_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import numpy as np
2-
import networkx as nx
32
import xarray as xr
43
import dask.array as da
54
from dask import compute

0 commit comments

Comments
 (0)