File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
100100The 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:
116116The following packages are optional dependencies and are required for the
117117full 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
123123For the `~astroquery.vamdc ` module:
124124
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments