Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
openai
|
5 |
-
wikipedia
|
6 |
-
numexpr
|
7 |
-
python-dotenv
|
|
|
|
|
8 |
|
9 |
|
|
|
1 |
+
gradio
|
2 |
+
langchain>=0.0.10
|
3 |
+
langchain-community>=0.0.4
|
4 |
+
openai
|
5 |
+
wikipedia
|
6 |
+
numexpr
|
7 |
+
python-dotenv
|
8 |
+
pydantic>=2.0.0 # Make sure you're using an updated pydantic version
|
9 |
+
|
10 |
|
11 |
|