From cca22b73bdd1caddc9dccad5f85b751b1a65a103 Mon Sep 17 00:00:00 2001 From: Mahfoozalam1516 <98471514+Mahfoozalam1516@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:13:06 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85526ac..31d2248 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ # Core dependencies +python==3.12.4 streamlit Pillow pytesseract @@ -9,7 +10,7 @@ opencv-python-headless # Additional requirements for Python 3.12 compatibility typing-extensions -python-opencv +opencv-python # Ensure all packages are Python 3.12 compatible packaging \ No newline at end of file