Skip to content

Commit 68f4861

Browse files
committed
Limit numpy version for unit test.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 9d51946 commit 68f4861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/setup_test_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "==== ONNX version: $ONNX_VERSION"
1818
pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers timeout-decorator
1919
pip install onnx==$ONNX_VERSION
2020
pip install onnxruntime==$ORT_VERSION
21-
pip install numpy
21+
pip install numpy==1.21.6
2222

2323
pip install onnxruntime-extensions
2424
pip install "tensorflow-text<=$TF_VERSION"

0 commit comments

Comments
 (0)