update requirements for nltk stopwords
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -4,3 +4,4 @@ numpy==1.22.4
|
|
4 |
scipy==1.7.3
|
5 |
torch==1.10.2
|
6 |
transformers==4.29.1
|
|
|
|
4 |
scipy==1.7.3
|
5 |
torch==1.10.2
|
6 |
transformers==4.29.1
|
7 |
+
nltk==3.8.0
|