From d966df4ce3c16d5a48ebdff307f7432783db9f74 Mon Sep 17 00:00:00 2001 From: Yucky Date: Thu, 23 Oct 2025 00:01:57 -0400 Subject: [PATCH 1/2] add scikit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c6f9450c..72c069aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "matplotlib>=3.7.0", "numpy>=1.24.0", "plotly>=6.0", + "scikit-rf>=1.8.0", ] [project.optional-dependencies] From 5aa60f7aae379e56b51bf38509548dbc6184237e Mon Sep 17 00:00:00 2001 From: Yucky Date: Thu, 23 Oct 2025 00:02:12 -0400 Subject: [PATCH 2/2] ignore build folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6b52a26..20c40458 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ dist-ssr *.sw? *.pyc venv/ - +build docs/_build # python