Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.3.27
|
| 2 |
+
langchain-core==0.3.75
|
| 3 |
+
langchain-openai==0.3.32
|
| 4 |
+
langchain-text-splitters==0.3.9
|
| 5 |
+
numpy==2.3.2
|
| 6 |
+
pandas==2.3.2
|
| 7 |
+
streamlit
|
| 8 |
+
tqdm==4.67.1
|
| 9 |
+
python-dotenv==1.1.1
|
| 10 |
+
nbformat==5.10.4
|