From f57e91815b52332878c513bc489f08d6a9cf907d Mon Sep 17 00:00:00 2001 From: Mahfoozalam1516 <98471514+Mahfoozalam1516@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:02:42 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 515ce76..85526ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ # Core dependencies -streamlit>=1.31.0,<2.0.0 -Pillow>=10.2.0,<11.0.0 -pytesseract>=0.3.10,<0.4.0 +streamlit +Pillow +pytesseract # Scientific and Image Processing -numpy>=1.26.4,<2.0.0 -opencv-python-headless>=4.9.0.80,<5.0.0 +numpy +opencv-python-headless # Additional requirements for Python 3.12 compatibility -typing-extensions>=4.9.0,<5.0.0 -python-opencv>=1.0.0,<2.0.0 +typing-extensions +python-opencv # Ensure all packages are Python 3.12 compatible -packaging>=23.2,<24.0 \ No newline at end of file +packaging \ No newline at end of file