-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
59 lines (56 loc) · 1.48 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
[metadata]
name = grace
version = 0.0.1
author = Beatriz Costa Gomes
author_email = bcostagomes@turing.ac.uk
url = https://github.com/alan-turing-institute/grace
project_urls =
Bug Tracker = https://github.com/alan-turing-institute/grace/issues
Documentation = https://github.com/alan-turing-institute/grace
Source Code = https://github.com/alan-turing-institute/grace
User Support = https://github.com/alan-turing-institute/grace/issues
description = GRACE
long_description = file: README.md
long_description_content_type = text/markdown
classifier =
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Image Recognition
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
[options]
packages = find:
python_requires = >=3.9
include_package_data = True
install_requires =
numpy>=1.17.3
networkx>=3.0
scikit-image>=0.16.2
scipy>=1.3.1
pandas>=1.5.0
pyarrow
seaborn
opencv-python
click
[options.extras_require]
napari =
napari>=0.4.17
dev =
cvxopt>=1.3.0
torch>=1.12.0
torchvision>=0.14.1
torch_geometric
mrcfile
starfile>=0.4.12
tensorboard>=2.12.3
[options.entry_points]
napari.manifest =
grace = grace:napari.yaml
[options.package_data]
grace = grace/napari.yaml