Replace sklearn with scikit-learn
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,5 +2,5 @@ transformers[sentencepiece]==4.11.0
|
|
2 |
pandas==1.4.3
|
3 |
streamlit==1.10.0
|
4 |
torch==1.12.0
|
5 |
-
|
6 |
KeyBERT==0.5.1
|
|
|
2 |
pandas==1.4.3
|
3 |
streamlit==1.10.0
|
4 |
torch==1.12.0
|
5 |
+
scikit-learn==1.1.1
|
6 |
KeyBERT==0.5.1
|