Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
matplotlib==3.3.4
|
| 2 |
+
numpy
|
| 3 |
+
pandas==1.2.4
|
| 4 |
+
plotly==5.4.0
|
| 5 |
+
seaborn==0.11.1
|
| 6 |
+
scikit-learn==0.24.1
|
| 7 |
+
IPython==7.22.0
|
| 8 |
+
jupyter_client==6.1.12
|
| 9 |
+
jupyter_core==4.7.1
|
| 10 |
+
jupyterlab==3.0.14
|
| 11 |
+
notebook==6.3.0
|