Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,12 @@ pandas
|
|
| 4 |
plotly
|
| 5 |
streamlit
|
| 6 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
plotly
|
| 5 |
streamlit
|
| 6 |
torch
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
#original packages if anything breaks
|
| 10 |
+
#chronos @ git+https://github.com/amazon-science/chronos-forecasting.git@d2e0c9d6d57878ebf5af62c1ad3a12b2eb52175a
|
| 11 |
+
#numpy==1.26.4
|
| 12 |
+
#pandas==2.2.2
|
| 13 |
+
#plotly==5.22.0
|
| 14 |
+
#streamlit==1.32.0
|
| 15 |
+
#torch==2.3.1
|