diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-14 14:27:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 14:27:15 -0400 |
commit | 595736969166f7c4a0c96731d614c3111c036eb2 (patch) | |
tree | d4c7c67b69d7c6599e14ebbaa016d0ade95f107a /stsci.skypac | |
parent | 953d7d393c888cc6cdea319cd0a027ab50ca33b2 (diff) | |
download | astroconda-contrib-595736969166f7c4a0c96731d614c3111c036eb2.tar.gz |
Add missing dependencies to stsci.skypac (#644)
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index 88df53e..3738a92 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -23,8 +23,10 @@ requirements: - stsci.tools - stwcs - setuptools + - setuptools_scm - numpy {{ numpy }} - python {{ python }} + - pytest-runner run: - astropy >=3.1 - stsci.imagestats |