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