diff options
author | Josh Alexander <obviousrebel@users.noreply.github.com> | 2019-03-12 12:59:48 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-12 12:59:48 -0400 |
commit | a4700a78b4dab1b6914c12264ab63bc0c67dbcdf (patch) | |
tree | 875f8e8261a07c4f4428e7bd55de4fadf7d11e4e /specviz/meta.yaml | |
parent | 450fe39bc78d47aeaff3ed91ae40f72085d546b3 (diff) | |
download | astroconda-dev-a4700a78b4dab1b6914c12264ab63bc0c67dbcdf.tar.gz |
added requirments to recipe, removed patched replacements for requirments (#185)
Diffstat (limited to 'specviz/meta.yaml')
-rw-r--r-- | specviz/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 30e6b9b..9e31ee0 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -22,6 +22,8 @@ source: requirements: build: - astropy + - asteval + - click - cython - docopt - specutils @@ -62,4 +64,3 @@ test: imports: - specviz - |