Sher1988 commited on
Commit
499d6be
·
verified ·
1 Parent(s): de3e39b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -9
requirements.txt CHANGED
@@ -1,9 +1,26 @@
1
- docling==2.82.0
2
- langchain_community==0.4.1
3
- langchain_core==1.2.31
4
- langchain_openai==1.1.14
5
- pandas==3.0.2
6
- pydantic==2.13.1
7
- pydantic_ai==1.83.0
8
- python-dotenv==1.2.2
9
- streamlit==1.55.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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