-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
44 lines (41 loc) · 1.01 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
[metadata]
name = qubalab
version = 0.1.0
description = A laboratory for exploring quantitative bioimage analysis in Python
author = "Pete Bankhead, Alan O'Callaghan, Léo Leplat"
license = Apache-2.0
long_description = file: README.md
project_urls = {"homepage" = "https://qupath.github.io/", "repository" = "https://github.com/qupath/qubalab"}
[options]
packages =
qubalab
qubalab.display
qubalab.images
qubalab.images.metadata
qubalab.objects
qubalab.qupath
python_requires = >= 3.10
install_requires =
tiffslide ~= 2.4.0
bioio ~= 1.1.0
bioio-ome-zarr ~= 1.0.1
bioio-ome-tiff ~= 1.0.1
dask-image >= 0.6.0
py4j ~= 0.10.9.7
geojson ~= 3.1.0
shapely ~= 2.0.4
rasterio ~= 1.3.10
matplotlib ~= 3.9.0
openslide-python ~= 1.4.0
openslide-bin ~=4.0.0
[options.extras_require]
dev =
jupyter ~= 1.0.0
test =
pytest ~= 8.2.2
pytest-html ~= 4.1.1
coverage ~= 7.6.5
genbadge[all] ~= 1.1.1
doc =
sphinx ~= 7.4.5
sphinx-rtd-theme ~= 2.0.0