Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plusbang committed Sep 9, 2022
1 parent 7abcbcd commit a2bd59f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chronos-prvn-python-spark-2.4-py37-ray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2bd59f

Please sign in to comment.