Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
yfinance
|
| 3 |
numpy<2
|
| 4 |
-
ripser
|
| 5 |
-
persim
|
| 6 |
-
plotly
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
yfinance==0.2.40
|
| 3 |
numpy<2
|
| 4 |
+
ripser==0.6.4
|
| 5 |
+
persim==0.3.1
|
| 6 |
+
plotly==5.14.1
|