flokabukie
commited on
Commit
•
74fec94
1
Parent(s):
2b02aeb
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==1.2.2
|
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
|