Update requirements.txt
Browse files- requirements.txt +13 -9
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
apt-get install -y libhunspell-dev
|
2 |
+
transformers==4.34.0
|
3 |
+
torch==2.0.1
|
4 |
+
tqdm==4.66.1
|
5 |
+
pandas==2.1.1
|
6 |
+
numpy==1.26.0
|
7 |
+
scikit-learn==1.3.0
|
8 |
+
nltk==3.8.1
|
9 |
+
language-tool-python==2.7.1
|
10 |
+
pymorphy2==0.9.1
|
11 |
+
hunspell==0.5.5
|
12 |
+
streamlit==1.26.0
|
13 |
+
|