-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
38 lines (35 loc) · 924 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 = sofima
author = Michal Januszewski
author_email = [email protected]
description = Scalable Optical Flow-based Image Montaging and Alignment
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/google-research/sofima
project_urls =
Bug Tracker = https://github.com/google-research/sofima/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
sofima = .
packages = sofima, sofima.decorators, sofima.processor
python_requires = >=3.9
install_requires =
connectomics
dataclasses-json>=0.5.6
absl-py>=0.9.0
edt>=2.3.0
jax>=0.2.25
numpy>=1.21.5
opencv-python>=4.5.5.62
scipy>=1.2.3
scikit-image>=0.17.2
[options.packages.find]
where = .
[options.extras_require]
decorators =
gin-config
tensorstore