summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Alexander <obviousrebel@users.noreply.github.com>2019-03-12 12:59:48 -0400
committerMatt Rendina <rendinam@users.noreply.github.com>2019-03-12 12:59:48 -0400
commita4700a78b4dab1b6914c12264ab63bc0c67dbcdf (patch)
tree875f8e8261a07c4f4428e7bd55de4fadf7d11e4e
parent450fe39bc78d47aeaff3ed91ae40f72085d546b3 (diff)
downloadastroconda-dev-a4700a78b4dab1b6914c12264ab63bc0c67dbcdf.tar.gz
added requirments to recipe, removed patched replacements for requirments (#185)
-rw-r--r--specviz/build.sh3
-rw-r--r--specviz/meta.yaml3
2 files changed, 2 insertions, 4 deletions
diff --git a/specviz/build.sh b/specviz/build.sh
index b46d192..6bd6081 100644
--- a/specviz/build.sh
+++ b/specviz/build.sh
@@ -1,5 +1,2 @@
-sed -e 's|specutils==0.2.2|specutils|' \
- -e 's|pyqt5||' < setup.cfg > setup.cfg.new
-cp -a setup.cfg.new setup.cfg
$PYTHON setup.py install
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
-