Spaces:
Runtime error
Runtime error
Commit
·
591fb27
1
Parent(s):
769edfb
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
# Python 3.8.11
|
2 |
-
numpy~=1.23.5
|
3 |
PyYAML~=5.4.1
|
4 |
pydantic==1.8.2
|
5 |
-
tqdm
|
6 |
-
scikit-learn
|
7 |
-
spacy==3.
|
8 |
-
https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.
|
9 |
# MarkupSafe==2.0.1
|
10 |
torch==1.11.0
|
11 |
transformers[sentencepiece]==4.26.1
|
|
|
1 |
# Python 3.8.11
|
|
|
2 |
PyYAML~=5.4.1
|
3 |
pydantic==1.8.2
|
4 |
+
tqdm==4.65.0
|
5 |
+
scikit-learn==1.3.0
|
6 |
+
spacy==3.6.0
|
7 |
+
de_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.6.0/de_core_news_sm-3.6.0-py3-none-any.whl
|
8 |
# MarkupSafe==2.0.1
|
9 |
torch==1.11.0
|
10 |
transformers[sentencepiece]==4.26.1
|