mirror of https://github.com/llvm/torch-mlir
[build] Specify numpy < 2.0 in build.requirements.txt
When running the e2e tests, specifically `python -m e2e_testing.main`, many tests fail when numpy-2.X.X is installed, and an error message stating numpy-1.X.X is required. We should reflect this in the build.requirements.txt.pull/3078/head
parent
40008b025a
commit
9001adb6eb
|
@ -1,4 +1,4 @@
|
|||
numpy
|
||||
numpy < 2.0
|
||||
pybind11
|
||||
wheel
|
||||
setuptools
|
||||
|
|
Loading…
Reference in New Issue