diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-23 14:31:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 14:31:35 -0400 |
commit | a2a8291eec39a69d020551a31997d4dc422a28db (patch) | |
tree | be00fbfa4d40477a6a1cb26badbf459aa0394a5e | |
parent | 392a868d05cb95374478a5086849c8d6a968600b (diff) | |
download | astroconda-contrib-a2a8291eec39a69d020551a31997d4dc422a28db.tar.gz |
stsci.skypac - switch dep to spherical-geometry
-rw-r--r-- | stsci.skypac/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index c88ca32..f9aaa3e 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -21,7 +21,7 @@ requirements: - astropy >=1.1 - stsci.distutils - stsci.imagestats - - stsci.sphere + - spherical-geometry - stsci.tools - stwcs - setuptools @@ -30,7 +30,7 @@ requirements: run: - astropy >=1.1 - stsci.imagestats - - stsci.sphere + - spherical-geometry - stsci.tools - stwcs - python |