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