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 d72b4d1 commit f30f41fCopy full SHA for f30f41f
ci_build/azure_pipelines/templates/setup.yml
@@ -3,7 +3,7 @@
3
steps:
4
- bash: |
5
set -ex
6
- 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
7
pip install $(CI_PIP_TF_NAME) $(CI_PIP_ONNX_NAME)
8
9
# protobuf release version 4.21.0 has some Python changes which is not compatible with tensorflow so far.
0 commit comments