dlaima commited on
Commit
d0ed30e
·
verified ·
1 Parent(s): 47292cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,9 +1,11 @@
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
 
 
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