Skip to content

Commit 9d62213

Browse files
committed
[FIX] runbot: pin matplotlib 1.22
See 66a1018#r144596695 Looks like 1.21.5 is not available on some distribution 1.22 should be available on most system. Note that the prefered solution would be to install matplotlib using apt install python3-matplotlib as stated in the readme.
1 parent 66a1018 commit 9d62213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
matplotlib==3.5.1
2-
numpy==1.21.5 # for matplotlib compatibility
2+
numpy==1.22.0 # for matplotlib compatibility, 1.21.5 on jammy, but this version is not available on some distributions because of CVE
33
unidiff
44
docker==4.1.0; python_version < '3.10'
55
docker==5.0.3; python_version >= '3.10' # (Jammy)

0 commit comments

Comments
 (0)