Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
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==
|
7 |
IPython==7.22.0
|
8 |
jupyter_client==6.1.12
|
9 |
jupyter_core==4.7.1
|
|
|
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
|