Skip to content

Commit

Permalink
scipy version backoff
Browse files Browse the repository at this point in the history
scipy 1.15.0 breaks pyttb, pinning to earlier version, need to update moving forward
  • Loading branch information
dmdunla authored Jan 6, 2025
1 parent 8bbd41f commit 7e97fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">=3.9"
dependencies = [
"numpy<3.0,>=1.24",
"numpy_groupies>0.11",
"scipy>1.9",
"scipy<1.15,>1.9",
"matplotlib>3.7",
]

Expand Down Expand Up @@ -139,4 +139,4 @@ ignore-words-list = [
"COO",
"nd",
"als",
]
]

0 comments on commit 7e97fea

Please sign in to comment.