-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
52 lines (49 loc) · 1.47 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
[metadata]
name = autoseg
version = 0.1.0
author = Brian Reicher
author_email = [email protected]
url = https://github.com/htem/autoseg
description = Automated deep learning segmentation for large-scale biological datasets.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = parallel-computing, image-segmentation, mutex-watershed
license = Apache Software License
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
package_dir=
=src
zip_safe = True
include_package_data = True
install_requires =
rusty_mws @ git+https://github.com/brianreicher/rusty_mws
hglom @ git+https://github.com/brianreicher/hierarchical_agglom
torch
torchvision
torchaudio
lsds
tensorboard
tensorboardx
networkx
pysqlite3
numpy
pymongo
scikit-image==0.21.0
daisy
zarr
cython
mahotas
webknossos
more_itertools
waterz @ git+https://github.com/funkey/waterz
mwatershed @ git+https://github.com/pattonw/mwatershed
funlib.geometry @ git+https://github.com/funkelab/funlib.geometry
funlib.persistence @ git+https://github.com/funkelab/funlib.persistence
funlib.segment @ git+https://github.com/funkelab/funlib.segment
funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate.git
funlib.learn.torch @ git+https://github.com/funkelab/funlib.learn.torch
gunpowder @ git+https://github.com/funkey/gunpowder
[options.packages.find]
where=src