Skip to content

Commit a8c242b

Browse files
committed
Deps: Add scikit-learn to loads deps
Loads tests call wave.contours, which need scikit-learn
1 parent 210f749 commit a8c242b

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
@@ -65,7 +65,8 @@ power = [
6565

6666
loads = [
6767
"fatpack",
68-
"statsmodels>=0.14.2"
68+
"statsmodels>=0.14.2",
69+
"scikit-learn>=1.5.1",
6970
]
7071

7172
mooring = [

0 commit comments

Comments
 (0)