Skip to content

Commit 3d9f5a3

Browse files
burningcostclaude
andcommitted
Remove scikit-learn from core dependencies
sklearn was listed as a core dep but governance only uses polars, jinja2, numpy, and scipy — no sklearn calls in source. Removed to avoid pulling in a heavyweight transitive dep unnecessarily. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 842b7fa commit 3d9f5a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ classifiers = [
5757
dependencies = [
5858
"polars>=1.0",
5959
"jinja2>=3.1.0",
60-
"scikit-learn>=1.3.0",
6160
"numpy>=2.0",
6261
"scipy>=1.10.0",
6362
]

0 commit comments

Comments
 (0)