Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
yfinance
|
|
|
3 |
pandas
|
4 |
pandas-ta
|
5 |
ta
|
@@ -8,3 +9,5 @@ aiohttp
|
|
8 |
python-dotenv
|
9 |
newsapi-python
|
10 |
gradio
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
yfinance
|
3 |
+
transformers
|
4 |
pandas
|
5 |
pandas-ta
|
6 |
ta
|
|
|
9 |
python-dotenv
|
10 |
newsapi-python
|
11 |
gradio
|
12 |
+
torch
|
13 |
+
groq
|