[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
Thomas Dietert 2024-03-29 13:33:30 -06:00
parent 40008b025a
commit 9001adb6eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
numpy
numpy < 2.0
pybind11
wheel
setuptools