We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a26ab5 commit 39b01e1Copy full SHA for 39b01e1
tests/run.bat
@@ -69,7 +69,8 @@ set bug=0
69
REM Install Python packages
70
set PY_CMD=%1
71
%PY_CMD% -m pip install pytest
72
-%PY_CMD% -m pip install onnx onnxruntime tqdm filelock
+%PY_CMD% -m pip install tqdm filelock
73
+%PY_CMD% -m pip install onnx==1.16.0 onnxruntime==1.20.1
74
%PY_CMD% -m pip install six hypothesis
75
REM %PY_CMD% -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
76
%PY_CMD% -m pip install https://paddle2onnx.bj.bcebos.com/paddle_windows/paddlepaddle_gpu-0.0.0-cp310-cp310-win_amd64.whl
0 commit comments