Skip to content

Commit cc4e56f

Browse files
Update scikit-learn requirement from >=1.5.0 to >=1.8.0 in /backend
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a431203 commit cc4e56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies = [
105105
"opencv-python-headless>=4.10.0.84",
106106
"psycopg[c]==3.2.12",
107107
"sentence-transformers>=3.0.0",
108-
"scikit-learn>=1.5.0",
108+
"scikit-learn>=1.8.0",
109109
"bertopic>=0.16.0",
110110
"nltk>=3.8.0",
111111
]

0 commit comments

Comments
 (0)