Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
streamlit>=1.40.0
|
| 2 |
-
langgraph>=0.2.0
|
| 3 |
-
langchain-core>=0.3.0
|
| 4 |
-
google-genai>=1.0.0
|
| 5 |
-
openai>=1.50.0
|
| 6 |
-
chromadb>=0.5.0
|
| 7 |
-
sentence-transformers>=3.0.0
|
| 8 |
-
Pillow>=10.0.0
|
| 9 |
-
python-dotenv>=1.0.0
|
| 10 |
-
pymupdf>=1.24.0
|
|
|
|
| 1 |
+
streamlit[graph]>=1.40.0
|
| 2 |
+
langgraph>=0.2.0
|
| 3 |
+
langchain-core>=0.3.0
|
| 4 |
+
google-genai>=1.0.0
|
| 5 |
+
openai>=1.50.0
|
| 6 |
+
chromadb>=0.5.0
|
| 7 |
+
sentence-transformers>=3.0.0
|
| 8 |
+
Pillow>=10.0.0
|
| 9 |
+
python-dotenv>=1.0.0
|
| 10 |
+
pymupdf>=1.24.0
|