Skip to content

Commit c626d8b

Browse files
committed
MAINT: bump astropy minimum to 4.2.1 and np to 1.18
1 parent bdf251a commit c626d8b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ 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]
192+
- Versions of astropy <4.2.1 and numpy <1.18 are no longer supported. [#2602]
193193

194194

195195

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.1 or later.
46+
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Astroquery works with Python 3.7 or later.
8484

8585
The following packages are required for astroquery installation & use:
8686

87-
* `numpy <http://www.numpy.org>`_ >= 1.16
88-
* `astropy <http://www.astropy.org>`__ (>=4.1)
87+
* `numpy <http://www.numpy.org>`_ >= 1.18
88+
* `astropy <http://www.astropy.org>`__ (>=4.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ omit =
159159
python_requires = >=3.7
160160

161161
install_requires=
162-
numpy>=1.16
163-
astropy>=4.1
162+
numpy>=1.18
163+
astropy>=4.2.1
164164
requests>=2.4.3
165165
beautifulsoup4>=4.3.2
166166
html5lib>=0.999

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ 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.1
35-
oldestdeps: numpy==1.16
34+
oldestdeps: astropy==4.2.1
35+
oldestdeps: numpy==1.18
3636
oldestdeps: matplotlib==3.3.*
3737
oldestdeps: pyvo==1.1
3838
cov: codecov

0 commit comments

Comments
 (0)