From c3384043707657012508f8268b26783c0dfb543d Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sun, 21 Jul 2024 09:43:08 +0200 Subject: [PATCH] Pin python-bidi: there's a new release that breaks things --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 589e165..57696c0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "fonttools[unicode]", "numpy", # unlisted skia-python dependency, TODO: is this true? "uharfbuzz", - "python-bidi", + "python-bidi==0.4.2", # pin for now, 0.5 breaks things "unicodedata2", "blackrenderer", ],