From 32ff8c097ec417ff7f00f5ffd9caa18ff0132f43 Mon Sep 17 00:00:00 2001 From: Jan-Frederik Schulte Date: Wed, 8 Oct 2025 09:43:30 -0400 Subject: [PATCH 1/2] add qkeras to the hls4ml install options --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b49f482c..fccc25f9 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - widgetsnbextension==3.6.0 - pip==23.0.1 - pip: - - hls4ml[profiling,optimization,sr,HGQ]==1.1.0 + - hls4ml[profiling,optimization,sr,HGQ,qkeras]==1.1.0 - conifer==1.5 - pysr==0.16.3 - xgboost==1.7.5 From 16910742c6b71637fdcb3b4d53cb83ed3d64afa7 Mon Sep 17 00:00:00 2001 From: Jan-Frederik Schulte Date: Thu, 8 Jan 2026 08:48:54 -0500 Subject: [PATCH 2/2] bump hls4ml version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c70941cf..03ea888a 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - widgetsnbextension==3.6.0 - pip==23.0.1 - pip: - - hls4ml[profiling,optimization,sr,HGQ,qkeras]==1.1.0 + - hls4ml[profiling,optimization,sr,HGQ,qkeras]==1.2.0 - conifer==1.5 - pysr==0.16.3 - xgboost==1.7.5