Skip to content

Commit 60d0148

Browse files
Jammy2211claude
authored andcommitted
build: raise caps on scipy, astropy, scikit-image, scikit-learn
scipy <=1.15.2 → <=1.17.1, astropy <=6.1.2 → <=7.2.0, scikit-image <=0.24.0 → <=0.26.0, scikit-learn <=1.5.1 → <=1.8.0. Part of cross-ecosystem dependency sweep (PyAutoLabs/PyAutoConf#87). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f246cdd commit 60d0148

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ classifiers = [
2323
keywords = ["cli"]
2424
dependencies = [
2525
"autoconf",
26-
"astropy>=5.0,<=6.1.2",
26+
"astropy>=5.0,<=7.2.0",
2727
"decorator>=4.0.0",
2828
"dill>=0.3.1.1",
2929
"matplotlib>=3.7.0",
30-
"scipy<=1.15.2",
31-
"scikit-image<=0.24.0",
32-
"scikit-learn<=1.5.1",
30+
"scipy<=1.17.1",
31+
"scikit-image<=0.26.0",
32+
"scikit-learn<=1.8.0",
3333
"tqdm"
3434
]
3535

0 commit comments

Comments
 (0)