Skip to content

Commit 46d512a

Browse files
committed
MAINT: requiring pyvo >=1.5
1 parent 2f87333 commit 46d512a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Infrastructure, Utility and Other Changes and Additions
3232

3333
- Versions of Python <3.9 are no longer supported. [#2966]
3434

35+
- Versions of PyVO <1.5 are no longer supported. [#3002]
3536

3637
utils.tap
3738
^^^^^^^^^

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ install_requires=
137137
beautifulsoup4>=4.8
138138
html5lib>=0.999
139139
keyring>=15.0
140-
pyvo>=1.1
140+
pyvo>=1.5
141141
tests_require =
142142
pytest-doctestplus>=0.13
143143
pytest-astropy

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deps =
3737
oldestdeps: astropy==5.0.0
3838
oldestdeps: numpy==1.20
3939
oldestdeps: matplotlib==3.4.*
40-
oldestdeps: pyvo==1.1
40+
oldestdeps: pyvo==1.5
4141
oldestdeps: pytest-doctestplus==0.13
4242
oldestdeps: requests==2.25
4343
oldestdeps: keyring==15.0

0 commit comments

Comments
 (0)