From 0d05e8a550b1f71fe656719b4f702c1267291c92 Mon Sep 17 00:00:00 2001 From: binbin Deng <108676127+plusbang@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:31:43 +0800 Subject: [PATCH] Chronos: install openvino in Chronos-PRVN-Spark3.1-ray check (#5719) Co-authored-by: binbin --- .github/workflows/chronos-prvn-python-spark-3.1-py37-ray.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chronos-prvn-python-spark-3.1-py37-ray.yml b/.github/workflows/chronos-prvn-python-spark-3.1-py37-ray.yml index 5634e6e8980..982fafb2268 100644 --- a/.github/workflows/chronos-prvn-python-spark-3.1-py37-ray.yml +++ b/.github/workflows/chronos-prvn-python-spark-3.1-py37-ray.yml @@ -40,14 +40,15 @@ jobs: pip install pytest==5.4.1 pip install prophet==1.1 pip install pmdarima==1.8.4 - pip install neural_compressor==1.11 + pip install neural-compressor==1.11 pip install tsfresh==0.17.0 pip install ray==1.9.2 ray[tune]==1.9.2 ray[default]==1.9.2 pip install pyarrow==6.0.1 pip install ConfigSpace==0.5.0 pip install optuna==2.10.1 - pip install onnxruntime==1.11.1 pip install onnx==1.11.0 + pip install onnxruntime==1.11.1 + pip install openvino-dev==2022.1.0 pip uninstall -y numpy pip install numpy==1.19.5 pip install scipy==1.5.4