Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
@@ -1,8 +1,2 @@
|
|
1 |
-
|
2 |
-
tensorflow
|
3 |
-
yfinance==0.2.26
|
4 |
-
pandas==2.0.3
|
5 |
-
numpy>=1.23.5
|
6 |
-
scikit-learn==1.2
|
7 |
-
matplotlib==3.8
|
8 |
-
huggingface_hub==0.18.0
|
|
|
1 |
+
pip install yfinance
|
2 |
+
pip install pandas numpy scikit-learn tensorflow gradio matplotlib yfinance
|
|
|
|
|
|
|
|
|
|
|
|