Skip to content

Commit f9f5312

Browse files
authored
Merge pull request #649 from nathanjmcdougall/fix/declare-scikit-learn-as-an-optional-dep
2 parents e2c6b0c + 50017c3 commit f9f5312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ optional = [
3636
"scipy",
3737
"shapely",
3838
"jinja2", # for to_latex options
39-
"pypestutils"
39+
"pypestutils",
40+
"scikit-learn",
4041
]
4142
test = [
4243
"coveralls",

0 commit comments

Comments
 (0)