Spaces:
Sleeping
Sleeping
Update dependencies in requirements.txt to latest versions: streamlit (1.41.1), plotly (5.24.1), streamlit-mermaid (0.3.0), streamlit-embedcode (0.1.2), and streamlit-extras (0.6.0).
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
plotly==5.
|
| 3 |
-
streamlit-mermaid==0.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
streamlit-embedcode==0.1.3
|
| 7 |
-
streamlit-extras==0.3.6
|
|
|
|
| 1 |
+
streamlit==1.41.1
|
| 2 |
+
plotly==5.24.1
|
| 3 |
+
streamlit-mermaid==0.3.0
|
| 4 |
+
streamlit-embedcode==0.1.2
|
| 5 |
+
streamlit-extras==0.6.0
|
|
|
|
|
|