-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.cfg
61 lines (58 loc) · 1.2 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
[metadata]
name = trackastra
author = Benjamin Gallusser, Martin Weigert
author_email = [email protected], [email protected],
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
[options]
packages = find:
install_requires =
numpy<2
matplotlib
scipy
pandas
numerize
configargparse
tensorboard
pyyaml
numba
scikit-image
chardet
lightning
kornia>=0.7.0
# torch
# torchvision
lz4
imagecodecs>=2023.7.10
wandb
edt
joblib
python_requires = >=3.10
include_package_data = True
[options.extras_require]
ilp =
motile >= 0.3
dev =
pytest
ruff
black
mypy
pre-commit
twine
build
test =
pytest
[options.entry_points]
console_scripts =
trackastra = trackastra.cli:cli