JayLacoma commited on
Commit
903b665
·
verified ·
1 Parent(s): 3000660

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- gradio
2
- pandas
3
- numpy
4
- yfinance
5
- prophet
6
- matplotlib
7
- pillow
8
- plotly
9
 
10
 
 
1
+
2
+ gradio==5.4.0
3
+ pandas==1.5.3
4
+ numpy==1.26.4
5
+ yfinance==0.2.40
6
+ prophet==1.1.5
7
+ matplotlib==3.8.0
8
+ plotly==5.24.1
9
 
10