Skip to content

Commit 165397b

Browse files
committed
add version specifiers to scikit-learn
1 parent 66181c0 commit 165397b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ doc8 = ">=1.1.1"
7171
aiohttp = ">=3.9.1"
7272
readme-renderer = {extras = ["md"], version = ">=42"}
7373
sphinxcontrib-typer = {extras = ["html", "pdf", "png"], version = ">=0.5.0", markers="python_version >= '3.9'"}
74-
scikit-learn = ">=1.0.0"
74+
scikit-learn = [
75+
{ version = ">=1.5", markers = "python_version > '3.8'" },
76+
{ version = ">=1.0", markers = "python_version <= '3.8'" },
77+
]
7578
pytest-env = ">=1.0.0"
7679
numpy = [
7780
{ version = ">=1.26", markers = "python_version > '3.8'" },

0 commit comments

Comments
 (0)