-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f97c168
commit d67c67c
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |