Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ tensorflow==2.18.0
|
|
| 3 |
numpy==1.26.4
|
| 4 |
nltk==3.9.1
|
| 5 |
huggingface_hub==0.25.2
|
| 6 |
-
contractions==0.1.73
|
|
|
|
|
|
| 3 |
numpy==1.26.4
|
| 4 |
nltk==3.9.1
|
| 5 |
huggingface_hub==0.25.2
|
| 6 |
+
contractions==0.1.73
|
| 7 |
+
scikit-learn==1.5.2
|