Skip to content

Commit 1388a54

Browse files
committed
build: limit scipy to pre 1.16
1 parent 1f4eeba commit 1388a54

File tree

2 files changed

+247
-259
lines changed

2 files changed

+247
-259
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"pydantic>=2.0.0,<3.0.0",
2828
"numpy>=1.26.3",
29-
"scipy>=1.11.0",
29+
"scipy>=1.11.0,<1.16.0", # limit due to phik: https://github.com/KaveIO/PhiK/issues/101
3030
"pandas>=2.0.0",
3131
"pyarrow>=14.0.0",
3232
"plotly>=6.0.0",

0 commit comments

Comments
 (0)