We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72797b9 commit 970815bCopy full SHA for 970815b
pyproject.toml
@@ -18,6 +18,7 @@ importlib-metadata = { version = "*", python = "<3.8" }
18
scikit-learn = ">=0.24.1"
19
yellowbrick = ">=1.3"
20
scikit-plot = ">=0.3.7"
21
+scipy = "<1.12" # Fixes #24 (https://github.com/neptune-ai/neptune-sklearn/issues/24)
22
23
# dev
24
pre-commit = { version = "*", optional = true }
0 commit comments