We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c6c8e commit c5ad390Copy full SHA for c5ad390
hls4ml/utils/qinterval.py
@@ -1,5 +1,6 @@
1
from functools import singledispatchmethod
2
-from typing import Any, Sequence, overload
+from typing import Any, overload
3
+from collections.abc import Sequence
4
from warnings import warn
5
6
import numpy as np
pyproject.toml
@@ -35,8 +35,8 @@ optional-dependencies.doc = [
35
"sphinx-rtd-theme",
36
]
37
optional-dependencies.hgq = [ "hgq>=0.2.3" ]
38
-optional-dependencies.keras-v3 = [ "keras>=3.10" ]
39
optional-dependencies.hgq2 = [ "hgq2>=0.0.1" ]
+optional-dependencies.keras-v3 = [ "keras>=3.10" ]
40
optional-dependencies.onnx = [ "onnx>=1.4" ]
41
optional-dependencies.optimization = [
42
"keras-tuner==1.1.3",
0 commit comments