diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-04-13 21:20:20 +0100 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-04-13 21:20:20 +0100 |
| commit | d25f8fc2e2b02c04489ca1960b83ff7a70e7317a (patch) | |
| tree | 14308cf06d5bd092a67200ae680e70a6e469e47c /pyproject.toml | |
| parent | 75ffc67248248c600256a116c94153b0f8685fb5 (diff) | |
deps: add scikit-learn for statistical analysis
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5359f94..ba5de41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "tqdm>=4.67.1", "rich>=14.3.3", "xai-sdk>=1.10.0", + "scikit-learn>=1.8.0", ] [dependency-groups] |
