Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ tensorflow==2.14
|
|
2 |
gradio==3.28
|
3 |
yfinance==0.2.26
|
4 |
pandas==2.0.3
|
5 |
-
numpy
|
6 |
scikit-learn==1.2
|
7 |
matplotlib==3.8
|
8 |
-
huggingface_hub==0.18.0
|
|
|
2 |
gradio==3.28
|
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
|