Skip to content

Commit 3a6587b

Browse files
committed
MAINT: Bumping minimum required astropy version to 4.1
1 parent f59362b commit 3a6587b

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ Infrastructure, Utility and Other Changes and Additions
189189

190190
- Removed deprecated function ``utils.download_list_of_fitsfiles()``. [#2594]
191191

192+
- Versions of astropy <4.1 are no longer supported. [#2602]
193+
192194

193195

194196
0.4.6 (2022-03-22)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Installation and Requirements
4343
-----------------------------
4444

4545
Astroquery works with Python 3.7 or later.
46-
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.0 or later.
46+
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.1 or later.
4747

4848
astroquery uses the `requests <https://requests.readthedocs.io/en/latest/>`_
4949
module to communicate with the internet. `BeautifulSoup

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Astroquery works with Python 3.7 or later.
8585
The following packages are required for astroquery installation & use:
8686

8787
* `numpy <http://www.numpy.org>`_ >= 1.16
88-
* `astropy <http://www.astropy.org>`__ (>=4)
88+
* `astropy <http://www.astropy.org>`__ (>=4.1)
8989
* `pyVO`_ (>=1.1)
9090
* `requests <https://requests.readthedocs.io/en/latest/>`_
9191
* `keyring <https://pypi.python.org/pypi/keyring>`_

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ python_requires = >=3.7
162162

163163
install_requires=
164164
numpy>=1.16
165-
astropy>=4.0
165+
astropy>=4.1
166166
requests>=2.4.3
167167
beautifulsoup4>=4.3.2
168168
html5lib>=0.999

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deps =
3131

3232
# mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned.
3333

34-
oldestdeps: astropy==4.0
34+
oldestdeps: astropy==4.1
3535
oldestdeps: numpy==1.16
3636
oldestdeps: matplotlib==3.3.*
3737
oldestdeps: pyvo==1.1

0 commit comments

Comments
 (0)