summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-