From 20f8e895f7f04be98d26a13db3f46602123230c9 Mon Sep 17 00:00:00 2001 From: darrenchang951 Date: Sun, 2 Feb 2025 22:30:18 -0500 Subject: [PATCH 1/2] Update arabic-reshaper --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1040c541a..f39c98493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ requests>=2.20.0 opencv-python>=4.2.0.32 tqdm>=4.23.0 diffimg==0.2.3 -arabic-reshaper==2.1.3 +arabic-reshaper==3.0.0 python-bidi==0.4.2 wikipedia>=1.4.0 From 7388acfcaf0f184d0edec0645ca59e3c028c3922 Mon Sep 17 00:00:00 2001 From: darrenchang951 Date: Sun, 2 Feb 2025 22:35:08 -0500 Subject: [PATCH 2/2] Update arabic-reshaper in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaaa417f3..526728f56 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "tqdm>=4.23.0", "wikipedia>=1.4.0", "diffimg==0.2.3", - "arabic-reshaper==2.1.3", + "arabic-reshaper==3.0.0", "python-bidi==0.4.2", ], entry_points={