Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ streamlit
|
|
| 2 |
openai>=1.0.0
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
-
langchain
|
| 6 |
langchain-core
|
| 7 |
langchain-openai
|
| 8 |
-
pydantic
|
|
|
|
|
|
| 2 |
openai>=1.0.0
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
+
langchain>=0.1.0
|
| 6 |
langchain-core
|
| 7 |
langchain-openai
|
| 8 |
+
pydantic
|
| 9 |
+
tqdm
|