Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -5,8 +5,16 @@ matplotlib>=3.7.0
|
|
| 5 |
seaborn>=0.13.0
|
| 6 |
statsmodels>=0.14.0
|
| 7 |
scikit-learn>=1.3.0
|
|
|
|
| 8 |
papermill>=2.5.0
|
| 9 |
nbformat>=5.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pillow>=10.0.0
|
| 11 |
requests>=2.31.0
|
| 12 |
beautifulsoup4>=4.12.0
|
|
|
|
| 5 |
seaborn>=0.13.0
|
| 6 |
statsmodels>=0.14.0
|
| 7 |
scikit-learn>=1.3.0
|
| 8 |
+
|
| 9 |
papermill>=2.5.0
|
| 10 |
nbformat>=5.9.0
|
| 11 |
+
|
| 12 |
+
# --- REQUIRED for executing notebooks (fixes "No such kernel named python3" / empty kernelspec list)
|
| 13 |
+
ipykernel>=6.29.0
|
| 14 |
+
jupyter_client>=8.6.0
|
| 15 |
+
jupyter_core>=5.7.0
|
| 16 |
+
nbclient>=0.10.0
|
| 17 |
+
|
| 18 |
pillow>=10.0.0
|
| 19 |
requests>=2.31.0
|
| 20 |
beautifulsoup4>=4.12.0
|