Skip to content

Commit

Permalink
Add newly required dependencies for latest ORT version. (#2012)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>

Co-authored-by: Deyu Huang <[email protected]>
  • Loading branch information
fatcat-z and hwangdeyu authored Jul 28, 2022
1 parent d72b4d1 commit f30f41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/templates/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
steps:
- bash: |
set -ex
pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized
pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers
pip install $(CI_PIP_TF_NAME) $(CI_PIP_ONNX_NAME)
# protobuf release version 4.21.0 has some Python changes which is not compatible with tensorflow so far.
Expand Down

0 comments on commit f30f41f

Please sign in to comment.