We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456b6a8 commit d63adf2Copy full SHA for d63adf2
ci/constants.py
@@ -56,6 +56,7 @@ class TargetPython(Enum):
56
'websocket-client',
57
'zeroconf',
58
'zope',
59
+ 'matplotlib', # https://github.com/kivy/python-for-android/issues/1900
60
])
61
BROKEN_RECIPES_PYTHON3 = set([
62
'brokenrecipe',
@@ -77,6 +78,7 @@ class TargetPython(Enum):
77
78
# mpmath package with a version >= 0.19 required
79
'sympy',
80
'vlc',
81
82
83
84
BROKEN_RECIPES = {
0 commit comments