Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -7,13 +7,13 @@ numpy
|
|
| 7 |
openai>=1.0.0
|
| 8 |
|
| 9 |
# LangChain components
|
| 10 |
-
langchain
|
| 11 |
langchain-core
|
| 12 |
-
langchain-community
|
| 13 |
langchain-openai
|
| 14 |
|
| 15 |
# For SQLite (Python stdlib, but add for safety in HF Spaces)
|
| 16 |
pysqlite3-binary
|
| 17 |
|
| 18 |
# General
|
| 19 |
-
tqdm
|
|
|
|
| 7 |
openai>=1.0.0
|
| 8 |
|
| 9 |
# LangChain components
|
| 10 |
+
langchain>=0.1.17
|
| 11 |
langchain-core
|
| 12 |
+
langchain-community>=0.0.34
|
| 13 |
langchain-openai
|
| 14 |
|
| 15 |
# For SQLite (Python stdlib, but add for safety in HF Spaces)
|
| 16 |
pysqlite3-binary
|
| 17 |
|
| 18 |
# General
|
| 19 |
+
tqdm
|