Abhisesh7 commited on
Commit
e5851b5
·
verified ·
1 Parent(s): 62424e6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- numpy
2
- pandas
3
- yfinance
4
- tensorflow
5
- gradio
6
- matplotlib
7
- scikit-learn
 
1
+ gradio==3.27.0
2
+ tensorflow==2.12.0
3
+ scikit-learn==1.2.0
4
+ pandas==1.5.3
5
+ yfinance==0.2.26