forked from multiview-stitcher/multiview-stitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
88 lines (81 loc) · 2.32 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[metadata]
name = multiview-stitcher
description = Registration and fusion of large imaging datasets in 2D and 3D.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/multiview-stitcher/multiview-stitcher
project_urls =
Bug Tracker = https://github.com/multiview-stitcher/multiview-stitcher/issues
Documentation = https://multiview-stitcher.github.io/multiview-stitcher/
Source Code = https://github.com/multiview-stitcher/multiview-stitcher
User Support = https://github.com/multiview-stitcher/multiview-stitcher/issues
author = Marvin Albert
author_email = [email protected]
license = BSD-3-Clause
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Image Processing
[options]
packages = find:
install_requires =
numpy >=1.18
dask[array, dataframe]
dask_image
zarr
xarray
tifffile >=2022.7.28
networkx
tqdm
matplotlib
scikit-image
Geometry3D-vendored ==0.3.1
spatial_image ==0.3.0
multiscale_spatial_image ==0.11.2
ngff-zarr ==0.4.7
python_requires = >=3.9
include_package_data = True
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
# Using %(target)s below to build hierarchical dependencies
# https://github.com/pypa/setuptools/issues/1260#issuecomment-438187625
ants =
antspyx ==0.4.2
aicsimageio =
aicsimageio ==4.14.0
aicspylibczi
xsdata ==24.1 # https://github.com/tlambert03/ome-types/issues/242
test_deps =
tox
jupyter
pytest <8.0.0 # https://github.com/pytest-dev/pytest/issues/11779
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
nbmake # notebook testing
dev_deps =
pre-commit
testing =
%(test_deps)s
%(ants)s
%(aicsimageio)s
dev =
%(testing)s
%(dev_deps)s
%(ants)s
%(aicsimageio)s
all =
%(ants)s
%(aicsimageio)s
[options.package_data]
* = *.yaml, test-datasets/*