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 df2d082 commit 002f8b7
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
streamlit==1.31.0
Pillow==10.0.0
pytesseract==0.3.10
numpy
opencv-python-headless
python-opencv
# Core dependencies
streamlit>=1.31.0,<2.0.0
Pillow>=10.2.0,<11.0.0
pytesseract>=0.3.10,<0.4.0

# Scientific and Image Processing
numpy>=1.26.4,<2.0.0
opencv-python-headless>=4.9.0.80,<5.0.0

# Additional requirements for Python 3.12 compatibility
typing-extensions>=4.9.0,<5.0.0
python-opencv>=1.0.0,<2.0.0

# Ensure all packages are Python 3.12 compatible
packaging>=23.2,<24.0

0 comments on commit 002f8b7

Please sign in to comment.