From e845e02b9829e215e0c668cb905b22ee1cf549c3 Mon Sep 17 00:00:00 2001 From: Vladimir Loncar Date: Fri, 22 Nov 2024 20:27:32 +0100 Subject: [PATCH] Update install_requires for 1.0.0 --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9b7ef45f8f..cc15eec49f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,12 +27,13 @@ install_requires = numpy onnx>=1.4.0 pydigitalwavetools==1.1 + pyparsing pyyaml - qkeras + qkeras@git+https://github.com/google/qkeras.git tabulate - tensorflow + tensorflow>=2.8.0,<=2.14.1 tensorflow-model-optimization<=0.7.5 -python_requires = >=3.10 +python_requires = >=3.10, <=3.12 include_package_data = True scripts = scripts/hls4ml