pyroleli commited on
Commit
7d7a641
·
verified ·
1 Parent(s): d17bfa6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- numpy
2
- pandas
3
  yfinance
4
- scikit-learn
 
5
  torch
6
- git+https://github.com/amazon-science/chronos-forecasting.git
7
- plotly
8
- gradio
 
 
 
1
+ streamlit
 
2
  yfinance
3
+ pandas
4
+ numpy
5
  torch
6
+ transformers
7
+ accelerate
8
+ chronos-forecasting>=2.0
9
+ matplotlib
10
+ plotly