Skip to content

Commit 87d6f68

Browse files
author
Frankie Robertson
committed
Loosen sklearn requirement
1 parent e7adbb0 commit 87d6f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD"
77

88
[tool.poetry.dependencies]
99
python = "^3.7"
10-
scikit-learn = "^0.24.0"
10+
scikit-learn = ">=0.24.0"
1111
pytest = {version = "^6.2.1", optional = true}
1212
pytest-cov = {version = "^2.10.1", optional = true}
1313
Sphinx = {version = "^3.4.1", optional = true}

0 commit comments

Comments
 (0)