Skip to content

Commit 4a1c25a

Browse files
authored
Merge branch 'main' into split_pointwise_conv_by_rf_codegen
2 parents 1867dfc + 22878ce commit 4a1c25a

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)