Update requirements.txt
Browse files- requirements.txt +28 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
langchain>=0.1.0
|
| 3 |
+
langchain-openai>=0.1.0
|
| 4 |
+
langchain-community>=0.0.20
|
| 5 |
+
langchain-experimental>=0.0.50
|
| 6 |
+
langgraph>=0.0.40
|
| 7 |
+
openai>=1.0.0
|
| 8 |
+
tavily-python>=0.3.0
|
| 9 |
+
python-dotenv>=1.0.0
|
| 10 |
+
matplotlib>=3.7.0
|
| 11 |
+
pandas>=2.0.0
|
| 12 |
+
numpy>=1.24.0
|
| 13 |
+
seaborn>=0.12.0
|
| 14 |
+
duckduckgo-search>=4.0.0
|
| 15 |
+
typing-extensions>=4.8.0
|
| 16 |
+
requests>=2.31.0
|
| 17 |
+
streamlit
|
| 18 |
+
openai
|
| 19 |
+
matplotlib
|
| 20 |
+
langchain-openai
|
| 21 |
+
langgraph
|
| 22 |
+
langchain-core
|
| 23 |
+
langchain-community
|
| 24 |
+
pydantic
|
| 25 |
+
typing-extensions
|
| 26 |
+
python-dotenv
|
| 27 |
+
langchain-groq
|
| 28 |
+
|