Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ streamlit==1.28.0
|
|
| 2 |
pandas==2.0.3
|
| 3 |
plotly==5.17.0
|
| 4 |
yfinance==0.2.28
|
| 5 |
-
transformers==4.
|
| 6 |
torch==2.0.1
|
| 7 |
scikit-learn==1.3.0
|
| 8 |
numpy==1.24.3
|
|
|
|
| 2 |
pandas==2.0.3
|
| 3 |
plotly==5.17.0
|
| 4 |
yfinance==0.2.28
|
| 5 |
+
transformers==4.36.0 # Updated version
|
| 6 |
torch==2.0.1
|
| 7 |
scikit-learn==1.3.0
|
| 8 |
numpy==1.24.3
|