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