Skip to content

Commit

Permalink
Merge pull request #25 from neptune-ai/ss/pinned_scipy
Browse files Browse the repository at this point in the history
Pinned scipy to <1.12
  • Loading branch information
Raalsky authored Jan 24, 2024
2 parents 72797b9 + 970815b commit 56f754a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ importlib-metadata = { version = "*", python = "<3.8" }
scikit-learn = ">=0.24.1"
yellowbrick = ">=1.3"
scikit-plot = ">=0.3.7"
scipy = "<1.12" # Fixes #24 (https://github.com/neptune-ai/neptune-sklearn/issues/24)

# dev
pre-commit = { version = "*", optional = true }
Expand Down

0 comments on commit 56f754a

Please sign in to comment.