Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
yfinance
|
4 |
-
plotly
|
5 |
-
matplotlib
|
6 |
-
numpy
|
|
|
1 |
+
gradio==5.4.0
|
2 |
+
pandas==1.5.3
|
3 |
+
yfinance==0.2.40
|
4 |
+
plotly==5.24.1
|
5 |
+
matplotlib==3.8.0
|
6 |
+
numpy==1.26.4
|