Spaces:
Running
Running
Update requirements.txt
Browse filesadded yfinance & pandas packages
- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,3 +2,5 @@ openai>=1.55.0
|
|
2 |
gradio
|
3 |
python-dotenv
|
4 |
audioread
|
|
|
|
|
|
2 |
gradio
|
3 |
python-dotenv
|
4 |
audioread
|
5 |
+
yfinance
|
6 |
+
pandas
|