File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
python : 3.x
36
36
toxenv : codestyle
37
37
38
- - name : oldest dependencies
38
+ - name : oldest version for all dependencies
39
39
os : ubuntu-latest
40
40
python : 3.7
41
- toxenv : py37-test-oldestdeps
41
+ toxenv : py37-test-oldestdeps-alldeps
42
42
toxargs : -v
43
43
44
44
- name : Python 3.8 with all optional dependencies (MacOS X)
Original file line number Diff line number Diff line change @@ -103,7 +103,10 @@ full functionality of the `~astroquery.cds` module:
103
103
104
104
* `astropy-healpix <http://astropy-healpix.readthedocs.io/en/latest/ >`_
105
105
* `regions <https://astropy-regions.readthedocs.io/en/latest/ >`_
106
- * `mocpy <https://cds-astro.github.io/mocpy/ >`_ >= 0.5.2
106
+ * `mocpy <https://cds-astro.github.io/mocpy/ >`_ >= 0.9
107
+
108
+ For the `~astroquery.vamdc ` module:
109
+
107
110
* `vamdclib <https://github.com/VAMDC/vamdclib/ >`_ install version from
108
111
personal fork: ``pip install git+https://github.com/keflavich/vamdclib-1.git ``
109
112
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ filterwarnings =
51
51
ignore:Coordinate string is being interpreted as an ICRS coordinate:astroquery.exceptions.InputWarning
52
52
ignore:Coordinate string is being interpreted as an ICRS coordinate:UserWarning
53
53
# To be removed with a fix for https://github.com/astropy/astroquery/issues/2242
54
- ignore::astropy.io.votable.exceptions.E02
54
+ ignore::astropy.io.votable.exceptions.E02
55
55
# Warnings from yet to be refactored or to be removed modules
56
56
ignore:Experimental. ALFALFA:UserWarning
57
57
ignore:Experimental. Fermi-LAT:UserWarning
@@ -159,10 +159,10 @@ python_requires = >=3.7
159
159
install_requires =
160
160
numpy>=1.18
161
161
astropy>=4.2.1
162
- requests>=2.4.3
163
- beautifulsoup4>=4.3.2
162
+ requests>=2.19
163
+ beautifulsoup4>=4.8
164
164
html5lib>=0.999
165
- keyring>=4 .0
165
+ keyring>=15 .0
166
166
pyvo>=1.1
167
167
tests_require =
168
168
pytest-doctestplus>=0.10.1
@@ -172,16 +172,14 @@ tests_require =
172
172
test =
173
173
pytest-astropy
174
174
matplotlib
175
- jinja2
176
- flask
177
175
pytest-dependency
178
176
pytest-rerunfailures
179
177
docs =
180
178
matplotlib
181
179
sphinx-astropy>=1.5
182
180
scipy
183
181
all =
184
- mocpy>=0.5.2
182
+ mocpy>=0.9
185
183
astropy-healpix
186
184
boto3
187
185
regions
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ deps =
35
35
oldestdeps: numpy ==1.18
36
36
oldestdeps: matplotlib ==3.3.*
37
37
oldestdeps: pyvo ==1.1
38
+ oldestdeps: pytest-doctestplus ==0.10.1
39
+ oldestdeps: requests ==2.19
40
+ oldestdeps: keyring ==15.0
41
+ oldestdeps: beautifulsoup4 ==4.8
42
+ oldestdeps-alldeps: mocpy ==0.9
43
+
38
44
cov: codecov
39
45
online: pytest-rerunfailures
40
46
You can’t perform that action at this time.
0 commit comments