Spaces:
Runtime error
Runtime error
| transformers==4.30.2 # or latest version compatible with FinBERT and Dolly | |
| torch==2.0.1 # required for FinBERT and Dolly inference | |
| yfinance==0.2.18 # for financial data access | |
| pandas==2.0.3 # data manipulation library | |
| pandas-ta==0.3.14b0 # or TA-Lib if you prefer that for indicators | |
| alpaca-trade-api==2.3.0 # for Alpaca paper trading | |
| numpy==1.23.5 # Ensure compatibility with Pandas | |
| wheel # helps with binary builds | |
| huggingface-hub==0.15.0 # or the latest version | |
| matplotlib==3.6.0 | |