Vishwas1 commited on
Commit
582a167
·
verified ·
1 Parent(s): a4f8e39

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
  gradio>=4.0
2
  yfinance>=0.2.40
3
- pandas>=2.0
4
- numpy>=1.23
5
- matplotlib>=3.7
6
- uni2ts>=0.3.0
 
 
7
  torch>=2.2
8
  huggingface_hub>=0.23
 
 
1
  gradio>=4.0
2
  yfinance>=0.2.40
3
+ pandas>=2.2
4
+ numpy>=1.24
5
+ matplotlib>=3.8
6
+ gluonts>=0.15.1
7
+ # 👇 get the latest Uni2TS (needed for Moirai 2.0)
8
+ git+https://github.com/SalesforceAIResearch/uni2ts.git
9
  torch>=2.2
10
  huggingface_hub>=0.23
11
+