Ken Sang Tang commited on
Commit
ef4323e
·
verified ·
1 Parent(s): 3a949ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -6,4 +6,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
 
 
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
+ huggingface-hub==0.15.0 # or the latest version
10