pm6six commited on
Commit
e7f492c
·
verified ·
1 Parent(s): ce5c964

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- pandas
2
- numpy
3
- yfinance
4
- matplotlib
5
- gradio
 
1
+ gradio==3.39.0
2
+ pandas==1.5.3
3
+ yfinance==0.2.26
4
+ matplotlib==3.7.2
5
+ numpy==1.24.4