Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +26 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Docling
|
| 3 |
+
docling
|
| 4 |
+
|
| 5 |
+
streamlit
|
| 6 |
+
pandas
|
| 7 |
+
python-dotenv
|
| 8 |
+
|
| 9 |
+
# Pydantic AI stack
|
| 10 |
+
pydantic
|
| 11 |
+
pydantic-ai
|
| 12 |
+
|
| 13 |
+
# HF ecosystem (important: keep older compatible versions)
|
| 14 |
+
transformers
|
| 15 |
+
huggingface-hub
|
| 16 |
+
tokenizers
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
# Optional but often required by docling
|
| 20 |
+
torch
|
| 21 |
+
numpy
|
| 22 |
+
|
| 23 |
+
langchain_community
|
| 24 |
+
langchain_core
|
| 25 |
+
langchain_openai
|
| 26 |
+
python-dotenv
|