From 3664cb27204dbccc2e153ab9d2839c7ca81edb94 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Thu, 28 Jul 2022 00:17:52 +0800 Subject: [PATCH] Add newly required dependencies for latest ORT version. Signed-off-by: Jay Zhang --- ci_build/azure_pipelines/templates/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build/azure_pipelines/templates/setup.yml b/ci_build/azure_pipelines/templates/setup.yml index 14a73247b..6bb950643 100644 --- a/ci_build/azure_pipelines/templates/setup.yml +++ b/ci_build/azure_pipelines/templates/setup.yml @@ -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.