Skip to content

Commit 9083053

Browse files
authored
fix: updt scipy version (#1721)
1 parent b74a5de commit 9083053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers=[
3434
]
3535

3636
dependencies = [
37-
"scipy>=1.4.1, <1.14",
37+
"scipy>=1.4.1, <1.16",
3838
"pandas>1.1, <3.0, !=1.4.0",
3939
"matplotlib>=3.5, <=3.10",
4040
"pydantic>=2",

0 commit comments

Comments
 (0)