Skip to content

Commit 7e97fea

Browse files
authored
scipy version backoff
scipy 1.15.0 breaks pyttb, pinning to earlier version, need to update moving forward
1 parent 8bbd41f commit 7e97fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires-python = ">=3.9"
1212
dependencies = [
1313
"numpy<3.0,>=1.24",
1414
"numpy_groupies>0.11",
15-
"scipy>1.9",
15+
"scipy<1.15,>1.9",
1616
"matplotlib>3.7",
1717
]
1818

@@ -139,4 +139,4 @@ ignore-words-list = [
139139
"COO",
140140
"nd",
141141
"als",
142-
]
142+
]

0 commit comments

Comments
 (0)