Add sympy package as a dependency (#10406)

This commit is contained in:
Nat Kershaw (MSFT) 2022-01-28 09:19:08 -08:00 committed by GitHub
parent 2dd5e75ba8
commit 1a2925acce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ if [ "$run_install" = true ] ; then
else
pip install onnxruntime-gpu
fi
pip install --upgrade onnx coloredlogs packaging psutil py3nvml onnxconverter_common numpy transformers
pip install --upgrade onnx coloredlogs packaging psutil py3nvml onnxconverter_common numpy transformers sympy
fi
if [ "$use_package" = true ] ; then