From 8e7020a82524403264bb088eefa6267930a21f3f Mon Sep 17 00:00:00 2001 From: mayge Date: Mon, 20 Oct 2025 12:01:35 -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 deeedf4..abf7a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,8 @@ dependencies = [ "sympy", "scikit-rf", "setuptools", - "scikit-learn" + "scikit-learn", + "plotly" ] [project.urls]