Spaces:
Running
Running
Add altair to requirements
#1
by
mariagrandury
- opened
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
streamlit==1.1.0
|
| 2 |
pandas==1.5.0
|
| 3 |
plotly==5.1.0
|
| 4 |
-
numpy==1.21.2
|
|
|
|
|
|
| 1 |
streamlit==1.1.0
|
| 2 |
pandas==1.5.0
|
| 3 |
plotly==5.1.0
|
| 4 |
+
numpy==1.21.2
|
| 5 |
+
altair<5
|