Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -7,9 +7,9 @@ numpy
|
|
| 7 |
openai>=1.0.0
|
| 8 |
|
| 9 |
# LangChain components
|
| 10 |
-
langchain>=0.
|
| 11 |
langchain-core
|
| 12 |
-
langchain-community>=0.0
|
| 13 |
langchain-openai
|
| 14 |
|
| 15 |
# For SQLite (Python stdlib, but add for safety in HF Spaces)
|
|
|
|
| 7 |
openai>=1.0.0
|
| 8 |
|
| 9 |
# LangChain components
|
| 10 |
+
langchain>=0.2.0
|
| 11 |
langchain-core
|
| 12 |
+
langchain-community>=0.2.0
|
| 13 |
langchain-openai
|
| 14 |
|
| 15 |
# For SQLite (Python stdlib, but add for safety in HF Spaces)
|