Skip to content

Commit

Permalink
MAINT: bump astropy minimum to 4.2.1 and np to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 27, 2022
1 parent bdf251a commit c626d8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Infrastructure, Utility and Other Changes and Additions

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

- Versions of astropy <4.1 are no longer supported. [#2602]
- Versions of astropy <4.2.1 and numpy <1.18 are no longer supported. [#2602]



Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Installation and Requirements
-----------------------------

Astroquery works with Python 3.7 or later.
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.1 or later.
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.2.1 or later.

astroquery uses the `requests <https://requests.readthedocs.io/en/latest/>`_
module to communicate with the internet. `BeautifulSoup
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Astroquery works with Python 3.7 or later.

The following packages are required for astroquery installation & use:

* `numpy <http://www.numpy.org>`_ >= 1.16
* `astropy <http://www.astropy.org>`__ (>=4.1)
* `numpy <http://www.numpy.org>`_ >= 1.18
* `astropy <http://www.astropy.org>`__ (>=4.2.1)
* `pyVO`_ (>=1.1)
* `requests <https://requests.readthedocs.io/en/latest/>`_
* `keyring <https://pypi.python.org/pypi/keyring>`_
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ omit =
python_requires = >=3.7

install_requires=
numpy>=1.16
astropy>=4.1
numpy>=1.18
astropy>=4.2.1
requests>=2.4.3
beautifulsoup4>=4.3.2
html5lib>=0.999
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ deps =

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

oldestdeps: astropy==4.1
oldestdeps: numpy==1.16
oldestdeps: astropy==4.2.1
oldestdeps: numpy==1.18
oldestdeps: matplotlib==3.3.*
oldestdeps: pyvo==1.1
cov: codecov
Expand Down

0 comments on commit c626d8b

Please sign in to comment.