Spaces:
Running
Running
Amol Kaushik commited on
Commit ·
c1d4c61
1
Parent(s): 853b5e1
Add requirements.txt for HuggingFace deployment
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
scikit-learn>=1.3.0
|
| 5 |
+
statsmodels>=0.14.0
|