Skip to content

Commit 970815b

Browse files
Pinned scipy to <1.12
1 parent 72797b9 commit 970815b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ importlib-metadata = { version = "*", python = "<3.8" }
1818
scikit-learn = ">=0.24.1"
1919
yellowbrick = ">=1.3"
2020
scikit-plot = ">=0.3.7"
21+
scipy = "<1.12" # Fixes #24 (https://github.com/neptune-ai/neptune-sklearn/issues/24)
2122

2223
# dev
2324
pre-commit = { version = "*", optional = true }

0 commit comments

Comments
 (0)