From a2bd59faf238a7ae00e06924e0432e1fe9cea42d Mon Sep 17 00:00:00 2001 From: binbin Date: Fri, 9 Sep 2022 13:12:45 +0800 Subject: [PATCH] fix --- .../workflows/chronos-prvn-python-spark-2.4-py37-ray.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chronos-prvn-python-spark-2.4-py37-ray.yml b/.github/workflows/chronos-prvn-python-spark-2.4-py37-ray.yml index eb725dc79e3..81c012d59c5 100644 --- a/.github/workflows/chronos-prvn-python-spark-2.4-py37-ray.yml +++ b/.github/workflows/chronos-prvn-python-spark-2.4-py37-ray.yml @@ -40,15 +40,18 @@ 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 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 openvino-dev 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 + pip install neural-compressor==1.11 + pip uninstall -y numpy + pip install numpy==1.21 + pip install opencv-python-headless==4.1.2.30 pip uninstall -y numpy pip install numpy==1.19.5 pip install scipy==1.5.4