Skip to content

Commit 5c00c5f

Browse files
committed
CI: limit scipy <= 1.4.1
Otherwise, scipy==1.5.1 fails to `from scipy.stats import levene`. The failure is somewhere in internal `import _highspy`, so hopefully will be fixed in scipy==1.5.2. Is OK with scipy-dev, 1.6.0.dev0
1 parent 5923877 commit 5c00c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525

2626
[project.optional-dependencies]
2727
test = [
28-
"scipy",
28+
"scipy <= 1.14.1", # black-list 1.5.1 ?
2929
"matplotlib"
3030
]
3131

0 commit comments

Comments
 (0)