Yerzhxn commited on
Commit
a5babfb
·
verified ·
1 Parent(s): 9d84392

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
- pandas
2
- pymorphy2
3
- scikit-learn
4
- language-tool-python
5
- torch
6
- transformers
7
- nltk
8
- tqdm
9
- numpy
 
 
 
 
 
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
+