Skip to content

Commit 54df3ec

Browse files
committed
fix dependency
1 parent a902071 commit 54df3ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
sh '''#!/bin/bash --login
1717
conda activate hls4ml-py310
1818
conda install -y jupyterhub pydot graphviz pytest pytest-cov
19-
pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/jmitrevs/qkeras.git@qrecurrent_unstack pyparsing
19+
pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/jmitrevs/qkeras.git@qrecurrent_unstack pyparsing quantizers
2020
pip install -U ../ --user
2121
./convert-keras-models.sh -x -f keras-models.txt
2222
pip uninstall hls4ml -y'''

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Libraries",
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
28-
dependencies = [ "h5py", "numpy", "pydigitalwavetools==1.1", "pyyaml" ]
28+
dependencies = [ "h5py", "numpy", "pydigitalwavetools==1.1", "pyyaml", "quantizers" ]
2929

3030
optional-dependencies.doc = [
3131
"sphinx",

0 commit comments

Comments
 (0)