Spaces:
Runtime error
Runtime error
danielsteinigen
commited on
Commit
·
22e5f87
1
Parent(s):
d5e14d4
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
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.2.
|
7 |
-
de_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.2.
|
8 |
# MarkupSafe==2.0.1
|
9 |
torch==1.11.0
|
10 |
transformers[sentencepiece]==4.26.1
|
|
|
1 |
# Python 3.8.11
|
|
|
|
|
2 |
tqdm==4.65.0
|
3 |
scikit-learn==1.3.0
|
4 |
+
spacy==3.2.6
|
5 |
+
de_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.2.6/de_core_news_sm-3.2.6-py3-none-any.whl
|
6 |
# MarkupSafe==2.0.1
|
7 |
torch==1.11.0
|
8 |
transformers[sentencepiece]==4.26.1
|