mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
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:
parent
96c0e600e3
commit
f83e830dbc
2 changed files with 4 additions and 3 deletions
3
bin/ci/requirements-lava.txt
Normal file
3
bin/ci/requirements-lava.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
filelock==3.*
|
||||
fire==0.5.0
|
||||
lavacli==2.2.0
|
||||
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue