asterixix commited on
Commit
43bc2e8
1 Parent(s): 62de591

Update requirements.txt

Browse files

v.0.1.1
- correction of file

Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
  streamlit==1.21.0
2
  torch==1.13.1
3
  transformers==4.26.1
4
- langchain==0.0.137
 
5
  nltk==3.8.1
6
  pandas==1.5.3
7
- jsonlines==3.0.0
 
 
1
  streamlit==1.21.0
2
  torch==1.13.1
3
  transformers==4.26.1
4
+ langchain>=0.3.0
5
+ langchain-core>=0.3.0.1
6
  nltk==3.8.1
7
  pandas==1.5.3
8
+ jsonlines==3.0.0
9
+ pydantic==2.8.2