Skip to content

Commit 303f3e4

Browse files
committed
Fixing more version consistenties and docs
1 parent 6368008 commit 303f3e4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
toxenv: py310-test-oldestdeps-alldeps
4343
toxargs: -v
4444

45-
- name: OSX, py310, all optional dependencies
45+
- name: OSX, py312, all optional dependencies
4646
os: macos-latest
4747
python: "3.12"
48-
toxenv: py310-test-alldeps
48+
toxenv: py312-test-alldeps
4949
toxargs: -v
5050

5151
- name: Windows, py311, mandatory dependencies only

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ building the documentation, in editable mode:
9595
Requirements
9696
------------
9797

98-
Astroquery works with Python 3.9 or later.
98+
Astroquery works with Python 3.10 or later.
9999

100100
The following packages are required for astroquery installation & use:
101101

102-
* `numpy <https://numpy.org>`_ >= 1.20
102+
* `numpy <https://numpy.org>`_ >= 1.22
103103
* `astropy <https://www.astropy.org>`__ (>=5.0)
104104
* `pyVO`_ (>=1.5)
105105
* `requests <https://requests.readthedocs.io/en/latest/>`_
@@ -116,9 +116,9 @@ and for running the tests:
116116
The following packages are optional dependencies and are required for the
117117
full functionality of the `~astroquery.mocserver`, `~astroquery.alma`, and `~astroquery.xmatch` modules:
118118

119-
* `astropy-healpix <https://astropy-healpix.readthedocs.io/en/latest/>`_
120-
* `regions <https://astropy-regions.readthedocs.io/en/latest/>`_
121-
* `mocpy <https://cds-astro.github.io/mocpy/>`_ >= 0.9
119+
* `astropy-healpix <https://astropy-healpix.readthedocs.io/en/latest/>`_ >= 0.7
120+
* `regions <https://astropy-regions.readthedocs.io/en/latest/>`_ >= 0.5
121+
* `mocpy <https://cds-astro.github.io/mocpy/>`_ >= 0.12
122122

123123
For the `~astroquery.vamdc` module:
124124

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ deps =
5252
oldestdeps: beautifulsoup4==4.10
5353
oldestdeps-alldeps: mocpy==0.12
5454
oldestdeps-alldeps: regions==0.5
55+
oldestdeps-alldeps: astropy-healpix==0.7
5556

5657
online: pytest-custom_exit_code
5758

0 commit comments

Comments
 (0)