From 208f2a9dcfbf258aefaf8e79f05a8673865b97d1 Mon Sep 17 00:00:00 2001 From: Syed Musharraf Ali Date: Wed, 3 Jul 2024 09:28:14 +0200 Subject: [PATCH] Update requirements.txt Because of the new numpy version the EasyOCR is not working correctly. Specified the numpy version so that EasyOCR can run without any error --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d0fb7b71..d067f7f23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch torchvision>=0.5 opencv-python-headless scipy -numpy +numpy==1.24.3 Pillow scikit-image python-bidi