Abhisesh7 commited on
Commit
cc21881
·
verified ·
1 Parent(s): a1b9452

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- tensorflow==2.11.0
2
- numpy==1.23.5
3
- pandas==1.5.3
4
- yfinance==0.2.18
5
- scikit-learn==1.2.2
6
- gradio==3.23.1
7
- pip list
 
1
+ gradio>=3.0
2
+ pandas
3
+ numpy
4
+ scikit-learn
5
+ tensorflow
6
+ yfinance
7
+ matplotlib