Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
yfinance
|
3 |
-
prophet
|
4 |
-
plotly
|
5 |
-
pandas
|
6 |
-
scikit-learn
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
yfinance==0.2.36
|
3 |
+
prophet==1.1.5
|
4 |
+
plotly==5.18.0
|
5 |
+
pandas==2.2.0
|
6 |
+
scikit-learn==1.4.0
|
7 |
+
numpy==1.26.3
|