FridayMaster commited on
Commit
aca97ad
1 Parent(s): 9042b33

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
- huggingface_hub==0.22.2
2
- pandas
3
- PyPDF2
4
- spacy
5
- nltk
6
- torch
7
- sentence-transformers
8
- gradio
9
- numpy
10
- faiss-cpu
11
 
12
 
13
 
 
1
+ transformers==4.31.0
2
+ faiss-cpu==1.7.3
3
+ nltk==3.8.1
4
+ gradio==3.24.0
5
+ datasets==2.15.0
6
+ torch==2.0.1
7
+
 
 
 
8
 
9
 
10