Spaces:
Running
Running
Commit
·
9ae0a89
1
Parent(s):
179d007
requiremnets file
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -26,10 +26,5 @@ Pillow==10.1.0
|
|
| 26 |
numpy==1.24.3
|
| 27 |
scipy==1.11.4
|
| 28 |
|
| 29 |
-
# Utilities
|
| 30 |
-
huggingface-hub
|
| 31 |
-
|
| 32 |
-
# Note: You'll need to ensure Tesseract OCR is installed on the system
|
| 33 |
-
# For Hugging Face Spaces, add to packages.txt:
|
| 34 |
-
# tesseract-ocr
|
| 35 |
-
# tesseract-ocr-eng
|
|
|
|
| 26 |
numpy==1.24.3
|
| 27 |
scipy==1.11.4
|
| 28 |
|
| 29 |
+
# Utilities - Remove strict version pin to let pip resolve
|
| 30 |
+
huggingface-hub>=0.16.4,<1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|