bin/ci: Split out LAVA-specific python requirements

Move LAVA-related Python packages into a separate requirements file to
simplify installing only the necessary dependencies.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34980>
This commit is contained in:
Valentine Burley 2025-05-15 08:40:39 +02:00 committed by Marge Bot
parent 96c0e600e3
commit f83e830dbc
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1,3 @@
filelock==3.*
fire==0.5.0
lavacli==2.2.0

View file

@ -1,15 +1,13 @@
# If you change these requirements, and you need these packages
# to be available in the debian/x86_64_pyutils container
# then bump the DEBIAN_PYUTILS_TAG
-r requirements-lava.txt
PyYAML==6.*
colorama==0.4.*
filecache==0.81
filelock==3.*
fire==0.5.0
flake8==7.*
gql==3.*
kaleido==0.2.*
lavacli==2.2.0
pandas==2.*
plotly==5.*
python-dateutil==2.*