Skip to content

Commit 817cb56

Browse files
committed
update proj conf
1 parent 12ea897 commit 817cb56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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 quantizers
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 da4ml
2020
pip install -U ../ --user
2121
./convert-keras-models.sh -x -f keras-models.txt
2222
pip uninstall hls4ml -y'''

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
dynamic = [ "version" ]
2828
dependencies = [ "h5py", "numpy", "pydigitalwavetools==1.1", "pyyaml", "quantizers" ]
2929

30+
optional-dependencies.da = [ "da4ml" ]
3031
optional-dependencies.doc = [
3132
"sphinx",
3233
"sphinx-contributors",

0 commit comments

Comments
 (0)