Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio==5.1.0
|
2 |
+
yfinance==0.1.63
|
3 |
+
pypfopt==1.6.2
|
4 |
+
plotly==5.15.0
|
5 |
+
pandas==1.4.0
|
6 |
+
matplotlib==3.7.3
|