mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
Add additional python requirements (#11522)
These are used by some of the python code in the package, e.g.,0292356bd7/onnxruntime/python/tools/transformers/optimizer.py (L25)c8270c2940/onnxruntime/python/tools/symbolic_shape_infer.py (L10)0292356bd7/onnxruntime/python/tools/transformers/torch_onnx_export_helper.py (L9)
This commit is contained in:
parent
69aaf03345
commit
e3a2d5cca8
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
numpy >= @Python_NumPy_VERSION@
|
||||
protobuf
|
||||
coloredlogs
|
||||
flatbuffers
|
||||
numpy >= @Python_NumPy_VERSION@
|
||||
packaging
|
||||
protobuf
|
||||
sympy
|
||||
|
|
|
|||
Loading…
Reference in a new issue