Skip to content

Commit 22878ce

Browse files
authored
Merge pull request #1136 from vloncar/update_setup_reqs_100
Update install_requires for 1.0.0
2 parents 8505e78 + 9852bf0 commit 22878ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ install_requires =
2727
numpy
2828
onnx>=1.4.0
2929
pydigitalwavetools==1.1
30+
pyparsing
3031
pyyaml
31-
qkeras
32+
qkeras@git+https://github.com/google/qkeras.git
3233
tabulate
33-
tensorflow
34+
tensorflow>=2.8.0,<=2.14.1
3435
tensorflow-model-optimization<=0.7.5
35-
python_requires = >=3.10
36+
python_requires = >=3.10, <=3.12
3637
include_package_data = True
3738
scripts = scripts/hls4ml
3839

0 commit comments

Comments
 (0)