SorrelC commited on
Commit
4d6534f
·
verified ·
1 Parent(s): 4b1a89e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -22
requirements.txt CHANGED
@@ -1,28 +1,19 @@
1
- # Core dependencies
2
  gradio>=4.0.0
3
- pandas
4
- numpy
5
 
6
- # NLP libraries
7
- spacy>=3.0.0
8
- nltk
9
 
10
- # PKE (Python Keyphrase Extraction)
11
- git+https://github.com/boudinfl/pke.git
 
 
 
12
 
13
- # YAKE
14
- yake
15
-
16
- # KeyBERT and dependencies
17
- keybert
18
- sentence-transformers
19
- transformers
20
- torch
21
-
22
- # RaKUn
23
- mrakun
24
 
25
  # Additional dependencies
26
- scikit-learn
27
- networkx
28
- scipy
 
 
1
  gradio>=4.0.0
2
+ pandas>=1.5.0
3
+ numpy>=1.21.0
4
 
5
+ # YAKE keyword extraction
6
+ yake>=0.4.8
 
7
 
8
+ # KeyBERT models
9
+ keybert>=0.7.0
10
+ sentence-transformers>=2.2.0
11
+ torch>=1.12.0
12
+ transformers>=4.21.0
13
 
14
+ # RaKUn keyword extraction
15
+ rakun>=2.0.0
 
 
 
 
 
 
 
 
 
16
 
17
  # Additional dependencies
18
+ networkx>=2.8
19
+ scikit-learn>=1.0.0