Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
# see environments.yml
|
2 |
numpy==1.23.2
|
3 |
pandas==1.4.2
|
4 |
-
spacy
|
5 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.
|
6 |
transformers[torch]==4.22.1
|
7 |
# nltk==3.7
|
8 |
streamlit
|
9 |
streamlit-aggrid
|
10 |
inflect==6.0.0
|
11 |
-
altair<5
|
12 |
-
pydantic
|
|
|
1 |
# see environments.yml
|
2 |
numpy==1.23.2
|
3 |
pandas==1.4.2
|
4 |
+
spacy==3.7.4
|
5 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
6 |
transformers[torch]==4.22.1
|
7 |
# nltk==3.7
|
8 |
streamlit
|
9 |
streamlit-aggrid
|
10 |
inflect==6.0.0
|
11 |
+
altair<5
|
|