Skip to content

Commit 8fddeac

Browse files
committed
Update setup to use previous version of pyvo
1 parent eac2648 commit 8fddeac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
packages = find_packages()
6363

64-
DEPENDENCIES = ['astropy','pyvo','timeout_decorator','pyyaml']
64+
DEPENDENCIES = ['astropy','pyvo==0.6.1','timeout_decorator','pyyaml']
6565

6666
setup(name=PACKAGENAME,
6767
version=VERSION,
@@ -71,7 +71,6 @@
7171
package_dir=package_dirs,
7272
ext_modules=extensions,
7373
scripts=scripts,
74-
requires=DEPENDENCIES,
7574
install_requires=DEPENDENCIES,
7675
provides=[PACKAGENAME],
7776
author=AUTHOR,

0 commit comments

Comments
 (0)