Skip to content

Commit dc30a0c

Browse files
authored
Merge pull request #266 from PyAutoLabs/feature/bump-scipy-cap
fix: bump scipy cap to <=1.15.2
2 parents c87c782 + 13912f3 commit dc30a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"decorator>=4.0.0",
2828
"dill>=0.3.1.1",
2929
"matplotlib>=3.7.0",
30-
"scipy<=1.14.0",
30+
"scipy<=1.15.2",
3131
"scikit-image<=0.24.0",
3232
"scikit-learn<=1.5.1",
3333
"tqdm"

0 commit comments

Comments
 (0)