From f7347f5fdadb6e9350e9ba0017b1f3dc620ef0b4 Mon Sep 17 00:00:00 2001 From: Chang Sun Date: Sat, 18 Jan 2025 19:44:34 +0000 Subject: [PATCH] bump HGQ req. ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24175c961..48b330e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ optional-dependencies.doc = [ "sphinx-github-changelog", "sphinx-rtd-theme", ] -optional-dependencies.HGQ = [ "hgq~=0.2.0" ] +optional-dependencies.HGQ = [ "hgq>=0.2.3" ] optional-dependencies.onnx = [ "onnx>=1.4" ] optional-dependencies.optimization = [ "keras-tuner==1.1.3",