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:
parent
4b3cd808aa
commit
12a33ecd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue