Skip to content

Commit b90a284

Browse files
Jammy2211claude
authored andcommitted
fix: drop stale astropy <=7.2.0 cap — floor at >=5.0
A fresh install downgraded users to astropy 7.2.0 while the stack runs and passes under 8.0.1. Keep the floor, drop the cap, matching the floors-not-pins convention (#433) already used for the intra-family deps. Part of #434. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f225ded commit b90a284

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
@@ -29,7 +29,7 @@ dependencies = [
2929
# "version X does not provide the extra 'jax'" is a pip *warning*, not an
3030
# error, so a pre-extras release is a legal solution. PyAutoLens#687.
3131
"autonerves>=2026.7.29.2",
32-
"astropy>=5.0,<=7.2.0",
32+
"astropy>=5.0",
3333
"decorator>=4.0.0",
3434
"dill>=0.3.1.1",
3535
"matplotlib>=3.7.0",

0 commit comments

Comments
 (0)