-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
81 lines (70 loc) · 1.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[metadata]
name = mint
version = 0.3.0
author = Baptiste Grimaud
author_email = [email protected]
url = https://github.com/biophotlumin/mint
description = Live microscopy particle tracking
long_description = file: README.md
long_description_content_type = text/markdown
keywords = neuroscience, nanoparticle, tracking
license = GNU General Public License v3.0
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Image Processing
[options]
packages = find:
install_requires =
imageio >= 2.34.1
joblib >= 1.3.2
matplotlib >= 3.8.0
nd2 >= 0.8.1
numba >= 0.58
numpy >= 1.26.2
opencv-python >= 4.8.1
pandas >= 2.2.1
PyYAML >= 6.0.1
scikit_posthocs >= 0.8.0
scipy >= 1.11.4
seaborn >= 0.13.0
trackpy >= 0.6.1
zip_safe = True
include_package_data = True
[options.extras_require]
notebook =
jupyter >= 1.0.0
bioformats =
JPype1 >= 1.4.1
pyimagej == 1.4.1
gui =
PySide6 >= 6.5.2
solvers =
cvxpy >= 1.4.1
scs >= 3.2.4
mosek >= 10.1.16
gurobipy >= 10.0.3
docs =
sphinx >= 7.2.6
pydata-sphinx-theme >= 0.15.2
sphinx-copybutton >= 0.5.2
all =
mint[notebook]
mint[bioformats]
mint[gui]
mint[solvers]
dev =
mint[all]
mint[docs]
[options.entry_points]
console_scripts =
mint = mint.mint:main
[options.package_data]
# example = data/schema.json, *.txt
* = README.md