Skip to content

Commit 9a7529a

Browse files
marco66colombovloncar
authored andcommitted
update sympy version
1 parent dced28f commit 9a7529a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hls4ml/backends/symbolic/passes/expr_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __init__(self, layer, lut_functions, use_built_in_luts=False, settings=None)
3333
user_functions = settings.get('user_functions', {})
3434
user_functions.update(lut_functions)
3535
settings['user_functions'] = user_functions
36+
settings['strict'] = False
3637

3738
super().__init__(settings)
3839
self.layer = layer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ optional-dependencies.qkeras = [
4747
"tensorflow-model-optimization<=0.7.5",
4848
]
4949
optional-dependencies.quartus-report = [ "calmjs-parse", "tabulate" ]
50-
optional-dependencies.sr = [ "sympy" ]
50+
optional-dependencies.sr = [ "sympy>=1.13.1" ]
5151
optional-dependencies.testing = [
5252
"calmjs-parse",
5353
"hgq>=0.2.3",

0 commit comments

Comments
 (0)