diff --git a/python/gen_requirements.py b/python/gen_requirements.py index 9778937ae80b..2222f32a0176 100755 --- a/python/gen_requirements.py +++ b/python/gen_requirements.py @@ -252,7 +252,8 @@ ("h5py", "==2.10.0"), ("image", None), ("matplotlib", None), - ("numpy", None), + # Workaround, see https://github.com/apache/tvm/issues/13647 + ("numpy", "<=1.23.*"), ("onnx", None), ("onnxoptimizer", None), ("onnxruntime", None),