Michael Paonam commited on
Commit ·
a5791d8
1
Parent(s): b3cbac7
Add scikit-learn dependency for formation plot KMeans
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ plotly>=5.0
|
|
| 3 |
pillow>=10.0
|
| 4 |
openai>=1.0
|
| 5 |
numpy>=1.26
|
|
|
|
|
|
| 3 |
pillow>=10.0
|
| 4 |
openai>=1.0
|
| 5 |
numpy>=1.26
|
| 6 |
+
scikit-learn>=1.4
|