Skip to content

Commit 0a94c38

Browse files
authored
Merge pull request #1196 from PyAutoLabs/feature/bump-scipy-cap
fix: bump scipy cap to <=1.15.2
2 parents e2a49f7 + 77bdd2b commit 0a94c38

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
@@ -37,7 +37,7 @@ dependencies = [
3737

3838
"h5py>=3.11.0",
3939
"SQLAlchemy==2.0.32",
40-
"scipy<=1.14.0",
40+
"scipy<=1.15.2",
4141
"astunparse==1.6.3",
4242
"threadpoolctl>=3.1.0,<=3.2.0",
4343
"timeout-decorator==0.5.0",

0 commit comments

Comments
 (0)