Skip to content

Commit 7fa8901

Browse files
authored
Merge pull request #1348 from bsipocz/requirements_bumping_versions [nodeploy]
Updating version dependencies
2 parents 8bd96e1 + b120fd5 commit 7fa8901

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ website <http://simbad.u-strasbg.fr/simbad/>`_, use the ``simbad`` sub-package:
5050
Installation and Requirements
5151
-----------------------------
5252

53-
Astroquery works with Python 2.7 and 3.3 or later.
54-
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 1.3 or later.
53+
Astroquery works with Python 2.7 and 3.5 or later.
54+
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 2.0 or later.
5555

5656
astroquery uses the `requests <http://docs.python-requests.org/en/latest/>`_
5757
module to communicate with the internet. `BeautifulSoup
@@ -149,7 +149,7 @@ These others are functional, but do not follow a common or consistent API:
149149
* `Fermi <http://astroquery.readthedocs.io/en/latest/fermi/fermi.html>`_: Fermi gamma-ray telescope archive.
150150
* `HITRAN <http://astroquery.readthedocs.io/en/latest/hitran/hitran.html>`_: Access to the high-resolution transmission molecular absorption database.
151151
* `JPL Horizons <http://astroquery.readthedocs.io/en/latest/jplhorizons/jplhorizons.html>`_: JPL Solar System Dynamics Horizons Service.
152-
* `JPL SBDB <http://astroquery.readthedocs.io/en/latest/jplsbdb/jplsbdb.html>`_: JPL Solar System Dynamics Small-Body Database Browser Service.
152+
* `JPL SBDB <http://astroquery.readthedocs.io/en/latest/jplsbdb/jplsbdb.html>`_: JPL Solar System Dynamics Small-Body Database Browser Service.
153153
* `Lamda <http://astroquery.readthedocs.io/en/latest/lamda/lamda.html>`_: Leiden Atomic and Molecular Database; energy levels, radiative transitions, and collisional rates for astrophysically relevant atoms and molecules.
154154
* `NASA Exoplanet Archive <http://astroquery.readthedocs.io/en/latest/nasa_exoplanet_archive/nasa_exoplanet_archive.html>`_
155155
* `OAC API <http://astroquery.readthedocs.io/en/latest/oac/oac.html>`_: Open Astronomy Catalog REST API Service.

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ The development version can be obtained and installed from github:
6464
Requirements
6565
------------
6666

67-
Astroquery works with Python 2.7 and 3.4 or later.
67+
Astroquery works with Python 2.7 and 3.5 or later.
6868

6969
The following packages are required for astroquery installation & use:
7070

71-
* `numpy <http://www.numpy.org>`_ >= 1.10
72-
* `astropy <http://www.astropy.org>`__ (>=1.3)
71+
* `numpy <http://www.numpy.org>`_ >= 1.12
72+
* `astropy <http://www.astropy.org>`__ (>=2.0)
7373
* `requests <http://docs.python-requests.org/en/latest/>`_
7474
* `keyring <https://pypi.python.org/pypi/keyring>`_
7575
* `Beautiful Soup <https://www.crummy.com/software/BeautifulSoup/>`_

pip-requirements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy>=1.10.0
2-
astropy>=1.3
1+
numpy>=1.12
2+
astropy>=2.0
33
requests>=2.4.3
44
keyring>=4.0
55
beautifulsoup4>=4.3.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ upload-dir = docs/_build/html
1313
show-response = 1
1414

1515
[tool:pytest]
16-
minversion = 2.2
16+
minversion = 3.0
1717
norecursedirs = build docs/_build docs/gallery-examples
1818
doctest_plus = enabled
1919
addopts = -p no:warnings

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
os.path.relpath(root, PACKAGENAME), filename))
115115
package_info['package_data'][PACKAGENAME].extend(c_files)
116116

117-
required_packages = ['astropy>=1.3', 'requests>=2.4.3', 'keyring>=4.0',
117+
required_packages = ['astropy>=2.0', 'requests>=2.4.3', 'keyring>=4.0',
118118
'beautifulsoup4>=4.3.2', 'html5lib>=0.999', 'six']
119119

120120
extras_require = {

0 commit comments

Comments
 (0)