Spaces:
Sleeping
Sleeping
tappyness1 commited on
Commit ·
020e50c
1
Parent(s): 6430c56
initial commit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -11,4 +11,5 @@ pycocotools
|
|
| 11 |
jupyter==1.0.0
|
| 12 |
pyyaml
|
| 13 |
# streamlit==1.20.0
|
| 14 |
-
plotly==5.13.1
|
|
|
|
|
|
| 11 |
jupyter==1.0.0
|
| 12 |
pyyaml
|
| 13 |
# streamlit==1.20.0
|
| 14 |
+
plotly==5.13.1
|
| 15 |
+
altair<5 # if you encounter ModuleNotFoundError: No module named ‘altair.vegalite.v4’
|