use of sklearn is deprecated and cause error while building, switched to scikit-learn

This commit is contained in:
periodLeo
2024-07-10 17:13:11 +09:00
parent ccd67b9221
commit 67b3e9b0f4
+1 -1
View File
@@ -11,7 +11,7 @@ dependencies = [
"jax>=0.4.26",
"numpy>=1.26.4",
"pandas>=2.1.4",
"sklearn>=1.15.1",
"scikit-learn>=1.5.1",
]
authors = [
{name = "Rajat Sen", email = "senrajat@google.com"},