Spaces:
Runtime error
Runtime error
Ken Sang Tang commited on
Update requirements.txt
Browse files- 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 |
|