Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
openai
|
5 |
-
wikipedia
|
6 |
-
numexpr
|
7 |
-
dotenv
|
|
|
8 |
|
|
|
1 |
+
gradio==3.33.0 # Or latest stable version you are using
|
2 |
+
langchain==0.0.10 # Ensure compatibility
|
3 |
+
langchain-community==0.0.4 # Version of the community package
|
4 |
+
openai==0.27.0 # Ensure you're using the latest version of OpenAI
|
5 |
+
wikipedia==1.4.0 # Latest version
|
6 |
+
numexpr==2.8.4 # Latest stable version
|
7 |
+
python-dotenv==1.0.0 # Latest version for dotenv
|
8 |
+
|
9 |
|