Skip to content

Commit be52aaa

Browse files
committed
[GR-44488] Add missing kiwisolver dependency for matplotlib
1 parent b8c5d2c commit be52aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ def matplotlib(**kwargs):
544544
python_dateutil(**kwargs)
545545
numpy(**kwargs)
546546
Pillow(**kwargs)
547+
kiwisolver(**kwargs)
547548

548549
def download_freetype(extracted_dir):
549550
target_dir = os.path.join(extracted_dir, "build")

0 commit comments

Comments
 (0)