Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
-
spacy
|
|
|
3 |
altair<5
|
4 |
scikit-bio==0.5.8
|
5 |
streamlit==1.15.1
|
6 |
-
pydantic
|
7 |
|
8 |
|
9 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_combined/resolve/main/en_engagement_RoBERTa_combined-any-py3-none-any.whl
|
|
|
1 |
+
setuptools
|
2 |
+
spacy==3.4.4
|
3 |
+
spacy-streamlit==1.0.4
|
4 |
altair<5
|
5 |
scikit-bio==0.5.8
|
6 |
streamlit==1.15.1
|
7 |
+
pydantic==<1.10.2
|
8 |
|
9 |
|
10 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_combined/resolve/main/en_engagement_RoBERTa_combined-any-py3-none-any.whl
|