Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==3.28.0
|
2 |
yfinance==0.2.22
|
3 |
langchain==0.0.130
|
4 |
-
pydantic==
|
5 |
langchain-groq==0.2.3 # Chatgroq package
|
|
|
1 |
gradio==3.28.0
|
2 |
yfinance==0.2.22
|
3 |
langchain==0.0.130
|
4 |
+
pydantic==2.5.2 # A version of pydantic that works with all dependencies
|
5 |
langchain-groq==0.2.3 # Chatgroq package
|