SiraH commited on
Commit
8e7fc71
1 Parent(s): b37e88b

update pydantic

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -4,6 +4,7 @@ streamlit==1.25.0
4
  torch==2.0.1
5
  transformers==4.31.0
6
  llama-cpp-python==0.1.76
7
- pypdf == 3.14.0
8
- sentence-transformers == 2.2.2
9
- faiss-cpu==1.7.4
 
 
4
  torch==2.0.1
5
  transformers==4.31.0
6
  llama-cpp-python==0.1.76
7
+ pypdf==3.14.0
8
+ sentence-transformers==2.2.2
9
+ faiss-cpu==1.7.4
10
+ pydantic==1.10.12