Skip to content

Commit 13912f3

Browse files
Jammy2211claude
authored andcommitted
fix: bump scipy cap from <=1.14.0 to <=1.15.2
The hard cap at 1.14.0 caused pip to backtrack into source builds during PyAutoGalaxy CI when jax pulled in scipy 1.17.1 and the resolver could not find compatible pre-built wheels after downgrade. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c87c782 commit 13912f3

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)