Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
pip install tensorflow gradio yfinance pandas matplotlib
|
|
|
|
1 |
+
pip install tensorflow==2.13 gradio==3.14 yfinance==0.2.26 pandas==2.1.0 matplotlib scikit-learn==1.2 numpy datasets transformers
|
2 |
+
|