NHZ commited on
Commit
f5b1144
·
verified ·
1 Parent(s): 422d1c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -6,10 +6,8 @@ streamlit==1.25.0
6
  numpy
7
  torch==2.0.1
8
  requests
9
- langchain==0.0.200
10
- pydantic==1.10.12
11
-
12
-
13
 
14
 
15
 
 
6
  numpy
7
  torch==2.0.1
8
  requests
9
+ langchain==0.0.300 # Supports Pydantic v2
10
+ pydantic==2.1.1 # Pydantic v2
 
 
11
 
12
 
13