From 0dc33fae5457c6f58bd9f95d8d161a97afcbe786 Mon Sep 17 00:00:00 2001 From: mayge Date: Mon, 20 Oct 2025 12:00:24 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ab07d1..deeedf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,8 @@ dependencies = [ "pydantic", "sympy", "scikit-rf", - "setuptools" + "setuptools", + "scikit-learn" ] [project.urls]