Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
matplotlib
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
1 |
+
matplotlib==3.8.0
|
2 |
+
yfinance==0.2.55
|
3 |
+
keras==3.8.0
|
4 |
+
streamlit==1.41.1
|
5 |
+
tensorflow==2.18.0
|
6 |
+
torchvision==0.15.2
|
7 |
+
pandas==2.0.3
|
8 |
+
numpy==1.26.0
|
9 |
+
scikit-learn==1.3.0
|