Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
pandas
|
2 |
-
streamlit
|
3 |
-
presidio-anonymizer
|
4 |
-
presidio-analyzer
|
5 |
-
torch
|
6 |
-
altair
|
7 |
#flair@git+https://github.com/flairNLP/flair.git@d4ed67bf663e4066517f00397412510d90043653
|
8 |
-
st-annotated-text
|
9 |
https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl
|
|
|
1 |
+
pandas==2.2.3
|
2 |
+
streamlit==1.40.1
|
3 |
+
presidio-anonymizer==2.2.355
|
4 |
+
presidio-analyzer==2.2.355
|
5 |
+
torch==2.5.1
|
6 |
+
altair==4.2.2
|
7 |
#flair@git+https://github.com/flairNLP/flair.git@d4ed67bf663e4066517f00397412510d90043653
|
8 |
+
st-annotated-text==4.0.1
|
9 |
https://huggingface.co/beki/en_spacy_pii_distilbert/resolve/main/en_spacy_pii_distilbert-any-py3-none-any.whl
|