Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
datasetsforecast
|
2 |
-
fire
|
3 |
-
neuralforecast==0.1.0
|
4 |
-
pandas
|
5 |
-
plotly
|
6 |
-
python-dotenv
|
7 |
-
torch==2.3.0
|
8 |
-
pytorch-lightning
|
9 |
-
statsforecast
|
10 |
-
streamlit
|
11 |
-
streamlit-aggrid
|
12 |
-
hyperopt
|
|
|
|
1 |
+
datasetsforecast
|
2 |
+
fire
|
3 |
+
neuralforecast==0.1.0
|
4 |
+
pandas==1.5.3
|
5 |
+
plotly
|
6 |
+
python-dotenv
|
7 |
+
torch==2.3.0
|
8 |
+
pytorch-lightning==1.6.3
|
9 |
+
statsforecast
|
10 |
+
streamlit
|
11 |
+
streamlit-aggrid
|
12 |
+
hyperopt
|
13 |
+
numpy==1.26.4
|