forked from fastmachinelearning/hls4ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
70 lines (66 loc) · 1.45 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
[metadata]
name = hls4ml
description = Machine learning in FPGAs using HLS
long_description = file: README.md
long_description_content_type = text/markdown
url = https://fastmachinelearning.org/hls4ml
author = hls4ml Team
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
description_file = README.md
[options]
packages = find:
install_requires =
calmjs.parse
h5py
numpy
onnx>=1.4.0
pydigitalwavetools==1.1
pyyaml
qkeras
tabulate
tensorflow
tensorflow-model-optimization<=0.7.5
python_requires = >=3.10
include_package_data = True
scripts = scripts/hls4ml
[options.entry_points]
pytest_randomly.random_seeder =
hls4ml = hls4ml:reseed
[options.extras_require]
HGQ =
HGQ~=0.2.0
optimization =
keras-tuner==1.1.3
ortools==9.4.1874
packaging
profiling =
matplotlib
pandas
seaborn
sr =
sympy
testing =
HGQ~=0.2.0
pytest
pytest-cov
pytest-randomly
qonnx
torch
[check-manifest]
ignore =
.github/**
docs/**
.pre-commit-config.yaml
Jenkinsfile
hls4ml/_version.py