Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +6 -35
requirements.txt
CHANGED
|
@@ -1,36 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
requests==2.31.0
|
| 6 |
-
|
| 7 |
-
# PDF Processing
|
| 8 |
PyMuPDF==1.23.8
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
reportlab==3.6.13
|
| 12 |
-
|
| 13 |
-
# AI/ML - Install in order
|
| 14 |
-
torch==2.0.1
|
| 15 |
-
transformers==4.30.0
|
| 16 |
-
sentence-transformers==2.2.2
|
| 17 |
-
chromadb==0.4.18
|
| 18 |
-
ollama==0.1.7
|
| 19 |
-
|
| 20 |
-
# Data Export
|
| 21 |
-
openpyxl==3.1.2
|
| 22 |
-
xlsxwriter==3.1.0
|
| 23 |
-
|
| 24 |
-
# Utilities
|
| 25 |
-
python-dotenv==1.0.0
|
| 26 |
-
tqdm==4.65.0
|
| 27 |
-
|
| 28 |
-
# Optional for enhanced features
|
| 29 |
-
psutil==5.9.5 # System monitoring
|
| 30 |
-
|
| 31 |
-
# Snowflake export (optional)
|
| 32 |
-
# snowflake-connector-python==3.0.0
|
| 33 |
-
|
| 34 |
-
# Development (optional)
|
| 35 |
-
# black==23.0.0
|
| 36 |
-
# pytest==7.3.0
|
|
|
|
| 1 |
+
streamlit==1.29.0
|
| 2 |
+
pandas==2.1.3
|
| 3 |
+
requests==2.31.0
|
| 4 |
+
Pillow==10.1.0
|
|
|
|
|
|
|
|
|
|
| 5 |
PyMuPDF==1.23.8
|
| 6 |
+
reportlab==4.0.7
|
| 7 |
+
openpyxl==3.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|