Skip to content

Commit

Permalink
[MNT] bound scipy<1.11.0 after bracket failures (#4771)
Browse files Browse the repository at this point in the history
This bounds `scipy` away from the new release, given `BracketError`
failures #4769, which may or may not be due to a bug in `scipy` - in any
case they seem unclear and hard to fix.

We may also want to consider making the defensive bounds in `scipy` more
granular in the future.
  • Loading branch information
fkiraly committed Jun 26, 2023
1 parent bd573ff commit 3fd46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"packaging",
"scikit-base<0.6.0",
"scikit-learn>=0.24.0,<1.3.0",
"scipy<2.0.0,>=1.2.0",
"scipy<1.11.0,>=1.2.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3fd46bf

Please sign in to comment.