forked from Teranis/Cell_ACDC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·100 lines (87 loc) · 2.08 KB
/
setup.cfg
File metadata and controls
executable file
·100 lines (87 loc) · 2.08 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[metadata]
name = cellacdc
author = Francesco Padovani and Benedikt Mairhoermann
author_email = francesco.padovani@helmholtz-muenchen.de
description = Cell segmentation, tracking and event annotation
keywords =
live-cell imaging
cell segmentation
cell tracking
cell cycle annotations
image analysis
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/SchmollerLab/Cell_ACDC
project_urls =
Author contact = https://schmollerlab.com/francescopadovani
Schmoller lab = https://schmollerlab.com/
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
Intended Audience :: Education
Intended Audience :: Science/Research
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Visualization
Topic :: Utilities
[options]
packages = find:
python_requires =
>=3.8
include_package_data = True
install_requires =
numpy
pandas
opencv-python-headless
natsort
h5py
scikit-image>=0.18
tqdm
scikit-learn
psutil
boto3
requests
setuptools-scm
[options.packages.find]
exclude =
cellacdc/docs/source/images
[options.extras_require]
gui =
qtpy
pyqtgraph>=0.13.3
seaborn
pyqt6 =
PyQt6
pyqt5 =
PyQt5
pyside2 =
PySide2
pyside6 =
PySide6
torch =
torchvision
tf =
tensorflow
tensorflow = # alias for tf
%(tf)s
pytorch = # alias for torch
%(torch)s
all =
%(pyqt6)s
%(torch)s
%(tf)s
tables
[options.entry_points]
console_scripts =
cellacdc = cellacdc.__main__:run
acdc = cellacdc.__main__:run