-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
67 lines (63 loc) · 1.49 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
[metadata]
name = gnn_tracking
description = Graph Neural Networks for tracking
url = https://github.com/GageDeZoort/gnn_tracking
version = file: src/gnn_tracking/version.txt
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE.txt
python_requires = >=3.10
project_urls =
Bug Tracker = https://github.com/GageDeZoort/gnn_tracking/issues
# Documentation = https://gnntracking.readthedocs.io/
Source Code = https://github.com/GageDeZoort/gnn_tracking
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
author = Gage DeZoort
author_email = [email protected]
maintainer = Gage DeZoort
maintainer_email = [email protected]
[options]
package_dir=
=src
packages = find:
include_package_data = True
zip_safe = False
install_requires =
optuna
colorlog
matplotlib
mplhep
numpy
pandas
PyYAML
scikit_learn
scipy
setuptools
torch
torch_geometric >= 2.3.0
tabulate
mdmm
importlib_resources; python_version < "3.9.0"
trackml@git+https://github.com/LAL/trackml-library.git
gitpython
torchmetrics
networkx
rich
pytorch-lightning[extra]
coolname
numba
[options.extras_require]
testing = pytest; pytest-coverage
dev =
pre-commit
sphinx
sphinx_book_theme
sphinx-autoapi
recommonmark
[options.packages.find]
where=src