-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsetup.cfg
More file actions
75 lines (72 loc) · 1.54 KB
/
setup.cfg
File metadata and controls
75 lines (72 loc) · 1.54 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
[metadata]
name = trackastra
author = Benjamin Gallusser, Martin Weigert
author_email = bgallusser@gmail.com, marweigert@gmail.com
dynamic = ["version"]
license = BSD 3-Clause License
description = Tracking by Association with Transformers
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = find:
install_requires =
numpy
scipy
pandas
scikit-image
torch
torchvision
pyyaml
edt
joblib
lz4
imagecodecs>=2023.7.10
chardet
dask
numba
geff>=1
tqdm
requests
psutil
platformdirs
# zarr>=3 # Will need a python 3.11+ version
python_requires = >=3.10
include_package_data = True
[options.extras_require]
ilp =
motile >= 0.3
dev =
pytest
ruff
black
mypy
pre-commit
twine
build
train =
lightning
wandb
tensorboard
configargparse
matplotlib
kornia>=0.7.0
gitpython
all =
trackastra[train,ilp,dev]
test =
pytest
etultra =
trackastra_pretrained_feats # pypi version
# trackastra_pretrained_feats @ git+https://github.com/bentaculum/Trackastra-et-Ultra.git
[options.entry_points]
console_scripts =
trackastra = trackastra.cli:cli