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