Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
pandas>=1.3.0
|
| 4 |
+
yfinance>=0.1.63
|
| 5 |
+
plotly>=5.3.0
|
| 6 |
+
gradio>=3.50.0
|
| 7 |
+
scikit-learn>=0.24.2
|
| 8 |
+
joblib>=1.0.1
|
| 9 |
+
ta>=0.7.0
|
| 10 |
+
tqdm>=4.62.0
|
| 11 |
+
python-dateutil>=2.8.2
|
| 12 |
+
pandas_ta>=0.3.14b0
|