Skip to content

Commit 828d5c1

Browse files
authored
Merge pull request #435 from PyAutoLabs/feature/astropy-cap-bump
fix: drop stale astropy <=7.2.0 cap (floors, not pins)
2 parents f225ded + b90a284 commit 828d5c1

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)