Spaces:
Runtime error
Runtime error
Commit
•
1bd5f7f
1
Parent(s):
c94b761
Update requirements.txt to fix breaking update (#1)
Browse files- Update requirements.txt to fix breaking update (b2446a81a402687be898abcaf46919f0d87400ea)
Co-authored-by: Katie Link <[email protected]>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ loguru
|
|
3 |
plotly==5.12.0
|
4 |
scikit-learn==1.2.0
|
5 |
spacy==3.4.4
|
6 |
-
streamlit==1.17.0
|
|
|
|
3 |
plotly==5.12.0
|
4 |
scikit-learn==1.2.0
|
5 |
spacy==3.4.4
|
6 |
+
streamlit==1.17.0
|
7 |
+
altair<5
|