Skip to content

Commit

Permalink
Require astropy >= 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Apr 9, 2024
1 parent 2bb95a0 commit 7acc3ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ General

- The minimum required NumPy is now 1.23. [#547]

- The minimum required Astropy is now 5.1. [#547]

- The minimum required pytest-astropy is now 0.11. [#547]

- The minimum required sphinx-astropy is now 1.9. [#547]
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Regions has the following strict requirements:

* `NumPy <https://numpy.org/>`_ 1.23 or later

* `Astropy`_ 5.0 or later
* `Astropy`_ 5.1 or later

Region also optionally depends on other packages for some features:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dynamic = ['version']
requires-python = '>=3.10'
dependencies = [
'numpy>=1.23',
'astropy>=5.0',
'astropy>=5.1',
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ deps =
casa: :NRAO:casatasks

oldestdeps: numpy==1.23
oldestdeps: astropy==5.0
oldestdeps: astropy==5.1
oldestdeps: matplotlib==3.5
oldestdeps: pytest-astropy==0.11

Expand Down

0 comments on commit 7acc3ba

Please sign in to comment.