Spaces:
Runtime error
Runtime error
TuanScientist
commited on
Commit
•
38f7fe6
1
Parent(s):
4dabe01
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.32.0
|
2 |
+
pandas==1.5.3
|
3 |
+
neuralprophet==0.5.1
|
4 |
+
matplotlib==3.7.1
|
5 |
+
holidays==0.11.3.1
|
6 |
+
torch==1.13.1
|
7 |
+
pytorch-lightning==1.7.4
|