We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d51946 commit 68f4861Copy full SHA for 68f4861
tests/utils/setup_test_env.sh
@@ -18,7 +18,7 @@ echo "==== ONNX version: $ONNX_VERSION"
18
pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers timeout-decorator
19
pip install onnx==$ONNX_VERSION
20
pip install onnxruntime==$ORT_VERSION
21
-pip install numpy
+pip install numpy==1.21.6
22
23
pip install onnxruntime-extensions
24
pip install "tensorflow-text<=$TF_VERSION"
0 commit comments