dlaima commited on
Commit
c7e1675
·
verified ·
1 Parent(s): 1873dc9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
 
2
- langchain==0.0.179
3
  openai==0.27.0
4
  panel==0.14.0
5
  param==1.12.0
@@ -8,4 +8,8 @@ python-dotenv==0.21.0
8
  gradio==3.5.0
9
  httpx==0.23.0
10
 
 
 
 
 
11
 
 
1
 
2
+
3
  openai==0.27.0
4
  panel==0.14.0
5
  param==1.12.0
 
8
  gradio==3.5.0
9
  httpx==0.23.0
10
 
11
+ pydantic==1.10.9
12
+ langchain==0.0.200 # or any other compatible version
13
+
14
+
15