From e3a2d5cca8bcefe064f83d57e46ea51ddb2b16e8 Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Fri, 20 May 2022 16:16:18 -0700 Subject: [PATCH] Add additional python requirements (#11522) These are used by some of the python code in the package, e.g., https://github.com/microsoft/onnxruntime/blob/0292356bd7ce5b379be8ee9820bfbf4fd321ebc5/onnxruntime/python/tools/transformers/optimizer.py#L25 https://github.com/microsoft/onnxruntime/blob/c8270c2940f72a3722891fec7edf3c9ac542f904/onnxruntime/python/tools/symbolic_shape_infer.py#L10 https://github.com/microsoft/onnxruntime/blob/0292356bd7ce5b379be8ee9820bfbf4fd321ebc5/onnxruntime/python/tools/transformers/torch_onnx_export_helper.py#L9 --- requirements.txt.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt.in b/requirements.txt.in index 1040bd79f5819..89242061fb119 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -1,3 +1,6 @@ +coloredlogs +flatbuffers numpy >= @Python_NumPy_VERSION@ +packaging protobuf -flatbuffers +sympy