ci/windows: Specify numpy < 2.0 to prevent breaking changes

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29649>
This commit is contained in:
Jesse Natalie
2024-07-18 09:51:23 -07:00
committed by Marge Bot
parent 4b3cd808aa
commit 12a33ecd0f

View File

@@ -68,7 +68,7 @@ Get-Date
python -m pip install --upgrade pip --progress-bar off
Write-Host "Installing python packages at:"
Get-Date
pip3 install packaging meson mako numpy --progress-bar off
pip3 install packaging meson mako "numpy < 2.0" --progress-bar off
if (!$?) {
Write-Host "Failed to install dependencies from pip"
Exit 1