mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Fix python packaging pipeline (#1922)
* Mention OrtCreateSessionFromArray in C API doc * Fix python packaging pipeline broken by this commit id dc03ce.
This commit is contained in:
parent
76f76251fa
commit
052339d9dc
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ python -m pip install --upgrade --force-reinstall requests==2.21.0
|
|||
python -m pip install --upgrade --force-reinstall wheel==0.31.1
|
||||
python -m pip install --upgrade --force-reinstall setuptools==41.0.1
|
||||
python -m pip install --upgrade --force-reinstall pytest==4.6.2
|
||||
python -m pip install --upgrade scipy
|
||||
|
||||
ls -al /opt/onnxruntime-python/bin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue