From ed279c7178ba18ea590f0a9e261ebe88bf680caa Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 13 Dec 2017 10:34:39 -0500 Subject: [PATCH 1/2] Change glueviz dependency to glue-core. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7510525..5ca5a12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ license = BSD 3-Clause url = https://github.com/spacetelescope/mosviz edit_on_github = False github_project = spacetelescope/mosviz -install_requires = numpy astropy specutils==0.2.2 glueviz>=0.11.0 qtpy +install_requires = numpy astropy specutils==0.2.2 glue-core qtpy # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) version = 0.1.0 From 1cc79e0c6c319bf3a456ec16175f3592ef98da2f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 13 Dec 2017 11:21:12 -0500 Subject: [PATCH 2/2] Add version spec --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5ca5a12..4a10180 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ license = BSD 3-Clause url = https://github.com/spacetelescope/mosviz edit_on_github = False github_project = spacetelescope/mosviz -install_requires = numpy astropy specutils==0.2.2 glue-core qtpy +install_requires = numpy astropy specutils==0.2.2 glue-core>=0.11.0 qtpy # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) version = 0.1.0