diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-03 12:11:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 12:11:36 -0400 |
commit | a96f73217f92004b6f46196e85fc95cda7a4ce2f (patch) | |
tree | 285e7d893d246f1d9c7058a4a12eff0267765d4f | |
parent | 0026d7db8c325f01162a25d944321c5c86ea0935 (diff) | |
parent | 7f03abc5c77153a16670be79065663bb44f01f67 (diff) | |
download | astroconda-dev-a96f73217f92004b6f46196e85fc95cda7a4ce2f.tar.gz |
Merge pull request #126 from stsci-hack/replace_jwst_sphere
Replace deprecated sphere package in JWST
-rw-r--r-- | jwst/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index d369245..a82d64b 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -45,9 +45,9 @@ requirements: - pymssql [not py36] - scipy - six + - spherical_geometry - stsci.image - stsci.imagestats - - stsci.sphere - stsci.stimage - stsci.tools - stwcs |