Stock_Trading_LLM / requirements.txt
Ken Sang Tang
Update requirements.txt
45ec040 verified
raw
history blame contribute delete
556 Bytes
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