Skip to content

Commit 3a12c4f

Browse files
committed
dep(repo): update testing dependency
1 parent 233e701 commit 3a12c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dynamic = [ "version" ]
2626
dependencies = [ "keras>=3.10", "quantizers>=1.2.2", "tqdm" ]
2727
optional-dependencies.docs = [ "myst-parser", "pyparsing", "sphinx", "sphinx-rtd-theme" ]
2828
optional-dependencies.test = [
29-
"da4ml>=0.4",
30-
"hls4ml @ git+https://github.com/fastmachinelearning/hls4ml.git@main",
29+
"da4ml>=0.3",
30+
"hls4ml>=1.2",
3131
"jax>=0.4.20",
3232
"jaxlib>=0.4.20",
3333
"keras>=3",

0 commit comments

Comments
 (0)