Spaces:
Runtime error
Runtime error
Ken Sang Tang commited on
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.32.0 # or latest version compatible with FinBERT and Dolly
|
| 2 |
+
torch==2.0.0 # required for FinBERT and Dolly inference
|
| 3 |
+
yfinance==0.2.18 # for financial data access
|
| 4 |
+
pandas==2.1.0 # 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 |
+
|