runbot/requirements.txt

8 lines
382 B
Plaintext
Raw Normal View History

2024-10-28 15:48:28 +07:00
matplotlib==3.5.1; python_version < '3.12'
matplotlib==3.6.3; python_version >= '3.12'
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
numpy==1.26.4; python_version >= '3.12'
unidiff==0.5.5; python_version < '3.12'
unidiff==0.7.3; python_version >= '3.12'
docker==5.0.3;