-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
44 lines (42 loc) · 937 Bytes
/
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
[metadata]
name = hepynet
version = 0.4.2
author = Zhe Yang
author_email = [email protected]
description = High energy physics, python based, neural network framework
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/StarPrecursor/hepynet
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires= >=3.8, <3.9
install_requires=
tensorflow==2.2.0
tensorboard
keras==2.3.0
ray==1.3.0
ray[default]
ray[tune]
numpy>=1.18.0
pandas>=1.2.0
wrapt<1.12.0
ax-platform
sqlalchemy
hyperopt
HEBO
GitPython
pyarrow
scikit-learn
atlas_mpl_style
matplotlib
seaborn
black
packaging
pyhf[tensorflow]
[options.entry_points]
console_scripts =
hepynet=hepynet.main.execute:execute