Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
yfinance>=0.2.28
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
matplotlib>=3.7.0
|
| 6 |
+
Pillow>=10.0.0
|
| 7 |
+
torch>=2.0.0
|
| 8 |
+
transformers>=4.35.0
|
| 9 |
+
accelerate>=0.20.0
|
| 10 |
+
einops>=0.6.1
|
| 11 |
+
git+https://github.com/amazon-science/chronos-forecasting.git
|
| 12 |
+
uni2ts>=0.1.0
|
| 13 |
+
momentfm>=0.1.0
|
| 14 |
+
timesfm>=1.0.0
|