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