Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
yfinance==0.1.70
|
2 |
gradio==3.29.0
|
3 |
-
tensorflow==2.6.0
|
4 |
pandas==1.5.0
|
5 |
numpy==1.23.3
|
6 |
matplotlib==3.6.0
|
7 |
-
scikit-learn==1.1.2
|
|
|
1 |
yfinance==0.1.70
|
2 |
gradio==3.29.0
|
3 |
+
tensorflow-cpu==2.6.0 # Lightweight TensorFlow version for CPU
|
4 |
pandas==1.5.0
|
5 |
numpy==1.23.3
|
6 |
matplotlib==3.6.0
|
7 |
+
scikit-learn==1.1.2
|