Ken Sang Tang commited on
Commit
9600abf
·
verified ·
1 Parent(s): 8ff6633

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -3,6 +3,7 @@ torch==2.0.1 # required for FinBERT and Dolly inference
3
  yfinance==0.2.18 # for financial data access
4
  pandas==2.0.3 # data manipulation library
5
  pandas-ta==0.3.14b0 # or TA-Lib if you prefer that for indicators
6
- alpaca-trade-api==1.5.0 # for Alpaca paper trading
7
- numpy==1.23.0 # Ensure compatibility with Pandas
 
8
 
 
3
  yfinance==0.2.18 # for financial data access
4
  pandas==2.0.3 # data manipulation library
5
  pandas-ta==0.3.14b0 # or TA-Lib if you prefer that for indicators
6
+ alpaca-trade-api==2.3.0 # for Alpaca paper trading
7
+ numpy==1.23.5 # Ensure compatibility with Pandas
8
+ wheel # helps with binary builds
9