SorrelC commited on
Commit
0d307e5
·
verified ·
1 Parent(s): bc91f56

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -12
requirements.txt CHANGED
@@ -6,21 +6,12 @@ numpy>=1.21.0
6
  # YAKE keyword extraction
7
  yake>=0.4.8
8
 
9
- # KeyBERT models with specific versions
10
- keybert==0.8.3
11
- sentence-transformers==2.2.2
12
- torch>=2.0.0
13
- transformers>=4.30.0
14
-
15
  # RAKE keyword extraction
16
  rake-nltk>=1.0.6
17
-
18
- # NLTK with specific version
19
  nltk==3.8.1
20
 
21
- # Additional dependencies
22
- networkx>=2.8
23
  scikit-learn>=1.0.0
 
24
 
25
- # For better compatibility
26
- protobuf>=3.20.0
 
6
  # YAKE keyword extraction
7
  yake>=0.4.8
8
 
 
 
 
 
 
 
9
  # RAKE keyword extraction
10
  rake-nltk>=1.0.6
 
 
11
  nltk==3.8.1
12
 
13
+ # For TF-IDF and TextRank
 
14
  scikit-learn>=1.0.0
15
+ networkx>=2.8 # For TextRank algorithm
16
 
17
+ # That's all - no heavy transformer models needed!