Skip to content

Commit 89e0df9

Browse files
committed
Merge remote-tracking branch 'upstream/master' into isolate-tqdm
2 parents 2b96ec3 + 50b5ad9 commit 89e0df9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ dependencies = [
4141
"pandas <3.0.0",
4242
"gradient-free-optimizers >=1.2.4, <2.0.0",
4343
"scikit-base <1.0.0",
44+
"scikit-learn <1.7.0",
4445
]
4546

4647
[project.optional-dependencies]
4748
sklearn-integration = [
48-
"scikit-learn<1.7.0",
49+
"scikit-learn <1.7.0",
4950
]
5051
build = [
5152
"setuptools",

0 commit comments

Comments
 (0)