Skip to content

Commit 46cdc21

Browse files
committed
build: remove scipy upper version cap
Drop the scipy <1.16 pin so dependency resolution can use newer scipy releases. Made-with: Cursor
1 parent 45dfa4f commit 46cdc21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)