Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
numpy==1.22.3
|
2 |
confection==0.1.4
|
3 |
pandas==1.4.2
|
4 |
-
spacy==3.
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
transformers[torch]==4.19.2
|
7 |
nltk==3.7
|
8 |
sentence_transformers==2.2.0
|
9 |
altair<5
|
10 |
-
pydantic
|
|
|
1 |
numpy==1.22.3
|
2 |
confection==0.1.4
|
3 |
pandas==1.4.2
|
4 |
+
spacy==3.7.4
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
transformers[torch]==4.19.2
|
7 |
nltk==3.7
|
8 |
sentence_transformers==2.2.0
|
9 |
altair<5
|
10 |
+
pydantic==2.6.1
|