Skip to content

Commit 4e0e0e8

Browse files
committed
Fix missing scikit-learn-extra dependency in GitHub Actions tests
Add scikit-learn-extra to testing optional dependencies to ensure it's available when running tests via tox in CI environment.
1 parent beb10a6 commit 4e0e0e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ testing = [
5151
"napari",
5252
"pyqt5",
5353
"psygnal>=0.8.0",
54+
"scikit-learn-extra>=0.3.0",
5455
]
5556
clustering = [
5657
"scikit-learn-extra>=0.3.0",

0 commit comments

Comments
 (0)