forked from thaler-lab/EnergyFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
69 lines (58 loc) · 1.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
[metadata]
name = EnergyFlow
description = Python package for the Energy Flow suite of particle physics tools
author = Patrick T. Komiske III
author_email = pkomiske@mit.edu
license = GPL-3.0
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
url = https://energyflow.network
project_urls =
Source Code = https://github.com/pkomiske/EnergyFlow
Issues = https://github.com/pkomiske/EnergyFlow/issues
keywords =
energy flow
energyflow
physics
jets
correlator
multigraph
polynomial
EFP
EFN
PFN
EMD
Energy Flow Network
Particle Flor Network
Deep Sets
architecture
neural network
metric
collider
[options]
packages = find:
install_requires =
numpy >= 1.14.0
six >= 1.10.0
tests_require =
pytest
pot
[options.package_data]
* =
data/*
[options.extras_require]
generation =
python-igraph
examples =
keras
tensorflow
scikit-learn
matplotlib
emd =
pot
scipy
[bdist_wheel]
universal = 1
[aliases]
test = pytest