diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-11 18:48:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-11 18:48:31 -0400 |
commit | 90e38cca1e31865366d9bc796591e1fca034a0e9 (patch) | |
tree | 5f9021b0ca8ed8303b97937defc166bf5ff43352 | |
parent | 912341ae99f59d822b4dbcac9f3ff715a668b50b (diff) | |
download | astroconda-contrib-90e38cca1e31865366d9bc796591e1fca034a0e9.tar.gz |
Remove webbpsf, webbpsf-data, and poppy from stsci metapackage (#67)
-rw-r--r-- | stsci/meta.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 86a79cd..21a2f6f 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: stsci - version: 1.0.1 + version: 1.0.2 requirements: build: - stsci-hst @@ -19,12 +19,9 @@ requirements: - htc_utils >=0.1 - imexam >=0.5.2 - photutils >=0.2.1 - - poppy >=0.4.0 - purge_path >=1.0.0 - pyds9 >=1.8.1 - pyfftw >=0.9.2 - - webbpsf >=0.4.0 - - webbpsf-data >=0.4.0 - numpy x.x - python x.x run: @@ -38,11 +35,8 @@ requirements: - htc_utils >=0.1 - imexam >=0.5.2 - photutils >=0.2.1 - - poppy >=0.4.0 - purge_path >=1.0.0 - pyds9 >=1.8.1 - pyfftw >=0.9.2 - - webbpsf >=0.4.0 - - webbpsf-data >=0.4.0 - numpy x.x - python x.x |