-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
84 lines (80 loc) · 2.07 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
[metadata]
name = polarimetry
description = Symbolic expressions that describe an aligned polarimeter vector field
author = Mikhail Mikhasenko, Remco de Boer, Miriam Fritsch
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3 or later
[options]
python_requires = >=3.7
setup_requires =
setuptools_scm
install_requires =
ampform >=0.14.1 # Kibble and Kallen functions
attrs >=20.1.0 # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
cloudpickle
IPython
matplotlib
numpy
sympy >=1.10 # module sympy.printing.numpy and array expressions with shape kwarg
tensorwaves[jax] >=0.4.5 # lambdify sympy.Indexed
typing-extensions; python_version <"3.8.0"
PyYAML
packages = find:
package_dir =
=src
[options.extras_require]
doc =
cairosvg
importlib-metadata; python_version <"3.8.0"
ipympl
ipywidgets
kaleido # plotly static figure export
matplotlib-inline !=0.1.5 # problem with plt.ioff()
myst-nb >=0.14 # nb_render_markdown_format for Markdown tables
myst-parser >0.16.0 # field lists
pandas
plotly
psutil
scipy
sphinx-book-theme
sphinx-codeautolink[ipython]
sphinx-copybutton
sphinx-design
sphinx-reredirects
sphinx-togglebutton
sphinxcontrib-bibtex >=2.2 # bibtex_reference_style
sphinxcontrib-svg2pdfconverter
svgutils
tqdm
jupyter =
%(doc)s
aquirdturtle-collapsible-headings
jupyter-resource-usage
jupyterlab >=3.0
jupyterlab-code-formatter
jupyterlab-myst
test =
nbmake <=1.3.0 # https://github.com/ComPWA/polarimetry/runs/8170542428?check_suite_focus=true#step:3:69
pytest >=6.0 # pyproject.toml
pytest-xdist
format =
black
isort
sty =
%(format)s
pytest # for type hints
pre-commit >=1.4.0
dev =
%(doc)s
%(jupyter)s
%(sty)s
%(test)s
sphinx-autobuild
tox >=1.9 # for skip_install, use_develop
[options.packages.find]
where = src
[options.package_data]
polarimetry.lhcb =
model-definitions.yaml
particle-definitions.yaml