Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio==3.28.0
|
2 |
yfinance==0.2.22
|
3 |
-
langchain-groq==0.2.3
|
4 |
langchain==0.0.130
|
|
|
|
|
|
1 |
gradio==3.28.0
|
2 |
yfinance==0.2.22
|
|
|
3 |
langchain==0.0.130
|
4 |
+
pydantic==1.10.5 # Set a compatible version of pydantic
|
5 |
+
langchain-groq==0.2.3 # Chatgroq package
|