Skip to content

Commit

Permalink
made required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahfoozalam1516 committed Oct 24, 2024
1 parent cca22b7 commit 956abc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .streamlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ font = "sans serif"
maxUploadSize = 200

[browser]
gatherUsageStats = false
gatherUsageStats = false

[dependencies]
python = "^3.12.4"
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Core dependencies
python==3.12.4
streamlit
Pillow
pytesseract
Expand All @@ -9,8 +8,4 @@ numpy
opencv-python-headless

# Additional requirements for Python 3.12 compatibility
typing-extensions
opencv-python

# Ensure all packages are Python 3.12 compatible
packaging
opencv-python

0 comments on commit 956abc6

Please sign in to comment.