Spaces:
Runtime error
Runtime error
Ken Sang Tang commited on
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
transformers==4.
|
| 2 |
-
torch==2.0.
|
| 3 |
yfinance==0.2.18 # for financial data access
|
| 4 |
-
pandas==2.
|
| 5 |
pandas-ta==0.3.14b0 # or TA-Lib if you prefer that for indicators
|
| 6 |
-
alpaca-trade-api==
|
| 7 |
numpy==1.23.0 # Ensure compatibility with Pandas
|
| 8 |
|
|
|
|
| 1 |
+
transformers==4.30.2 # or latest version compatible with FinBERT and Dolly
|
| 2 |
+
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 |
|