Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
TurkishStemmer
|
2 |
-
nltk
|
3 |
-
string
|
4 |
-
pickle
|
|
|
1 |
+
TurkishStemmer==1.3
|
2 |
+
nltk>=3.7
|
3 |
+
string>=3.9
|
4 |
+
pickle>=5.0
|