Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,27 +1,26 @@
|
|
| 1 |
-
# requirements.txt - Enhanced Trading Platform Dependencies
|
| 2 |
-
convertdate
|
| 3 |
-
prophet
|
| 4 |
-
statsmodels
|
| 5 |
-
fbprophet
|
| 6 |
# Core Dependencies
|
| 7 |
streamlit==1.32.0
|
| 8 |
yfinance==0.2.37
|
| 9 |
pandas==2.2.1
|
| 10 |
numpy==1.26.4
|
| 11 |
plotly==5.18.0
|
| 12 |
-
beautifulsoup4
|
| 13 |
-
requests
|
| 14 |
PyPortfolioOpt==1.5.5
|
| 15 |
|
| 16 |
# Machine Learning & AI
|
| 17 |
torch==2.2.1
|
| 18 |
transformers==4.38.2
|
| 19 |
scikit-learn==1.4.1.post1
|
| 20 |
-
tensorflow
|
| 21 |
|
| 22 |
# Technical Analysis
|
| 23 |
pandas-ta==0.3.14b0
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
# Market Data & Trading
|
| 26 |
ccxt==4.2.85
|
| 27 |
polygon-api-client==1.13.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Core Dependencies
|
| 2 |
streamlit==1.32.0
|
| 3 |
yfinance==0.2.37
|
| 4 |
pandas==2.2.1
|
| 5 |
numpy==1.26.4
|
| 6 |
plotly==5.18.0
|
| 7 |
+
beautifulsoup4==4.12.3
|
| 8 |
+
requests==2.31.0
|
| 9 |
PyPortfolioOpt==1.5.5
|
| 10 |
|
| 11 |
# Machine Learning & AI
|
| 12 |
torch==2.2.1
|
| 13 |
transformers==4.38.2
|
| 14 |
scikit-learn==1.4.1.post1
|
| 15 |
+
tensorflow==2.15.0
|
| 16 |
|
| 17 |
# Technical Analysis
|
| 18 |
pandas-ta==0.3.14b0
|
| 19 |
|
| 20 |
+
# Time-Series Forecasting
|
| 21 |
+
prophet==1.1.4
|
| 22 |
+
statsmodels==0.14.2
|
| 23 |
+
|
| 24 |
# Market Data & Trading
|
| 25 |
ccxt==4.2.85
|
| 26 |
polygon-api-client==1.13.7
|