[FIX] runbot: addapt requirements

This commit is contained in:
Xavier-Do 2024-10-28 09:48:28 +01:00 committed by William Braeckman (wbr)
parent 90d2906712
commit ede1ef3c6a

View File

@ -1,5 +1,7 @@
matplotlib==3.5.1 matplotlib==3.5.1; python_version < '3.12'
numpy==1.22.0 # for matplotlib compatibility, 1.21.5 on jammy, but this version is not available on some distributions because of CVE matplotlib==3.6.3; python_version >= '3.12'
unidiff numpy==1.22.0; python_version < '3.12' # for matplotlib compatibility, 1.21.5 on jammy, but this version is not available on some distributions because of CVE
docker==4.1.0; python_version < '3.10' numpy==1.26.4; python_version >= '3.12'
docker==5.0.3; python_version >= '3.10' # (Jammy) unidiff==0.5.5; python_version < '3.12'
unidiff==0.7.3; python_version >= '3.12'
docker==5.0.3;