Skip to content

Commit e97fc8d

Browse files
Update scikit-learn requirement from <1.4,>=1.3.2 to >=1.3.2,<1.5
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.3.2...1.4.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d132625 commit e97fc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docs = [
5252
"myst-nb>=1.0.0,<1.1",
5353
]
5454
notebooks = [
55-
"scikit-learn>=1.3.2,<1.4",
55+
"scikit-learn>=1.3.2,<1.5",
5656
"torch>=2.1.2,<2.2",
5757
"torchvision>=0.16.2,<0.17",
5858
"ipywidgets>=8.1.1,<8.2",

0 commit comments

Comments
 (0)