Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
pydantic
|
2 |
-
typer
|
3 |
pandas
|
4 |
numpy<2
|
5 |
streamlit==1.40.0
|
@@ -7,7 +7,6 @@ presidio-anonymizer
|
|
7 |
presidio-analyzer
|
8 |
torch
|
9 |
altair<5
|
10 |
-
pydantic<2
|
11 |
-
#flair@git+https://github.com/flairNLP/flair.git@d4ed67bf663e4066517f00397412510d90043653
|
12 |
st-annotated-text
|
|
|
13 |
https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl
|
|
|
1 |
+
pydantic>=1.7.4,<1.11.0
|
2 |
+
typer>=0.3.0,<0.8.0
|
3 |
pandas
|
4 |
numpy<2
|
5 |
streamlit==1.40.0
|
|
|
7 |
presidio-analyzer
|
8 |
torch
|
9 |
altair<5
|
|
|
|
|
10 |
st-annotated-text
|
11 |
+
# flair@git+https://github.com/flairNLP/flair.git@d4ed67bf663e4066517f00397412510d90043653
|
12 |
https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl
|