Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
deta>=1.1.0
|
2 |
nltk>=3.8.1
|
3 |
-
spacy>=3.
|
4 |
torch>=2.0.0
|
5 |
-
gensim>=4.3.
|
6 |
-
pandas>=
|
7 |
-
pandas>=1.5.2
|
8 |
requests>=2.28.1
|
9 |
pymorphy2>=0.9.1
|
10 |
trycourier>=4.4.0
|
11 |
streamlit==1.20.0
|
12 |
-
argon2-cffi>=21.
|
13 |
cryptography>=39.0.2
|
14 |
transformers>=4.25.1
|
15 |
-
streamlit-extras>=0.
|
16 |
-
ru_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.
|
|
|
1 |
deta>=1.1.0
|
2 |
nltk>=3.8.1
|
3 |
+
spacy>=3.7.0
|
4 |
torch>=2.0.0
|
5 |
+
gensim>=4.3.2
|
6 |
+
pandas>=2.0.0
|
|
|
7 |
requests>=2.28.1
|
8 |
pymorphy2>=0.9.1
|
9 |
trycourier>=4.4.0
|
10 |
streamlit==1.20.0
|
11 |
+
argon2-cffi>=21.0.0
|
12 |
cryptography>=39.0.2
|
13 |
transformers>=4.25.1
|
14 |
+
streamlit-extras>=0.3.0
|
15 |
+
ru_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.7.0/ru_core_news_lg-3.7.0-py3-none-any.whl
|