forked from madminer-tool/madminer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
54 lines (51 loc) · 1.36 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
[metadata]
name = madminer
version = file: VERSION
url = https://github.com/madminer-tool/madminer
description = Mining gold from MadGraph to improve limit setting in particle physics.
long_description = file: README.md
long_description_content_type = text/markdown
author = Johann Brehmer, Felix Kling, Irina Espejo, Sinclert Perez, Kyle Cranmer
author_email = johann.brehmer@nyu.edu
license = MIT
project_urls =
Documentation = https://madminer.readthedocs.io/en/latest/
Source Code = https://github.com/madminer-tool/madminer
Issue Tracker = https://github.com/madminer-tool/madminer/issues
classifiers =
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
python_requires = >=3.7, <4.0
install_requires =
h5py
matplotlib>=2.0.0
numpy>=1.20.0
particle>=0.16.0
scipy>=1.0.0
torch>=1.0.0
uproot3>=3.14.1
vector>=0.8.4
[options.packages.find]
exclude =
tests
[options.extras_require]
docs =
myst-parser
numpydoc
sphinx>=1.4
sphinx_rtd_theme
lint =
black[jupyter]>=21.8b0
test =
pytest
examples =
bqplot
pandas