Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
gradio>=4.0
|
| 2 |
yfinance>=0.2.40
|
| 3 |
-
pandas>=2.
|
| 4 |
-
numpy>=1.
|
| 5 |
-
matplotlib>=3.
|
| 6 |
-
|
|
|
|
|
|
|
| 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 |
+
|