forked from google-research/connectomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (35 loc) · 779 Bytes
/
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
[metadata]
name = connectomics
author = Google Connectomics Team
author_email = [email protected]
description = Common repository for connectomics-related libraries.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/google-research/connectomics
[options]
package_dir =
= .
packages = find_namespace:
python_requires = >=3.6
install_requires =
absl-py
dataclasses-json
edt
numpy
scikit-image
scipy
[options.packages.find]
where = .
[options.extras_require]
decorators =
gin-config
jax
tensorstore
materialize_tensor =
apache-beam
connectomics[decorators]
sofima @ git+https://github.com/google-research/sofima@main
segclr =
tensorflow
edward2
scikit-learn