Skip to content

Commit

Permalink
Constrain scipy version for now (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixjlyons authored Jan 19, 2025
1 parent 6f74a46 commit a2b15cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy<2; python_version<='3.8'",
"numpy; python_version>'3.8'",
"scipy",
"scipy<1.15", # some interpolate._bspl internals removed
]

[project.optional-dependencies]
Expand Down

0 comments on commit a2b15cd

Please sign in to comment.