From 6847d7eacec2a6b22147886f532d7512f1c43a9c Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Wed, 10 Jul 2024 17:38:27 -0700 Subject: [PATCH] Update pyproject.toml fixed a typo in dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4aa1d4e..45865df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},