Skip to content

Commit e588c35

Browse files
Update scikit-learn requirement from <1.6,>=1.3.2 to >=1.3.2,<1.7
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.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96a562f commit e588c35

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
@@ -53,7 +53,7 @@ docs = [
5353
"myst-nb>=1.0.0,<1.2",
5454
]
5555
notebooks = [
56-
"scikit-learn>=1.3.2,<1.6",
56+
"scikit-learn>=1.3.2,<1.7",
5757
"torch>=2.1.2,<2.6",
5858
"torchvision>=0.16.2,<0.21",
5959
"ipywidgets>=8.1.1,<8.2",

0 commit comments

Comments
 (0)