We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90be8a0 commit a74f830Copy full SHA for a74f830
ci/constants.py
@@ -26,6 +26,8 @@ class TargetPython(Enum):
26
# mpmath package with a version >= 0.19 required
27
'sympy',
28
'vlc',
29
+ # 403 on https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip
30
+ 'matplotlib',
31
])
32
33
BROKEN_RECIPES = {
0 commit comments