-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
121 lines (113 loc) · 2.24 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[metadata]
name = TFPWA
author = Yi Jiang
author_email = [email protected]
description = Partial Wave Analysis program using Tensorflow
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = LICENSE
url = https://github.com/jiangyi15/tf-pwa
project_urls =
Documentation = https://tf-pwa.readthedocs.io/en/latest
Source = https://github.com/jiangyi15/tf-pwa
Tracker = https://github.com/jiangyi15/tf-pwa/issues
keywords =
HEP
PWA
particle physics
physics
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
[options]
python_requires = >=3.6
setup_requires =
setuptools_scm
install_requires =
matplotlib
numpy
opt_einsum
PyYAML
scipy
sympy
tensorflow
packages = find:
scripts =
state_cache.sh
[options.data_files]
share/doc/tf_pwa =
Resonances.sample.yml
config.sample.yml
[options.entry_points]
console_scripts =
fit_pwa = fit:fit
tf_pwa = tf_pwa.__main__:main
[options.packages.find]
exclude =
benchmarks
conda
docs
tutorials
[options.package_data]
. =
*.json
*.yml
tf_pwa =
*.json
[options.extras_require]
gpu =
tensorflow-gpu>=2.0,<=2.2
minuit =
iminuit
root =
uproot
vis =
graphviz
doc =
%(root)s
Sphinx
sphinx_rtd_theme
sphinx-gallery
test =
%(root)s
pysnooper
pytest
pytest-benchmark
pytest-cov
dev =
%(doc)s
%(test)s
pylint
pre-commit
all =
%(dev)s
%(minuit)s
%(root)s
[doc8]
extension=.inc
file-encoding=UTF-8
ignore-path=*build
ignore=
D001 # line width
max-line-length=79
quiet=1
[rstcheck]
ignore_directives =
automodule,
toctree,
seealso,
report_level=WARNING
ignore_roles=ref,file,doc,