Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahfoozalam1516 committed Oct 24, 2024
1 parent f97c168 commit d67c67c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
packaging

0 comments on commit d67c67c

Please sign in to comment.