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/build.sh | |
parent | 450fe39bc78d47aeaff3ed91ae40f72085d546b3 (diff) | |
download | astroconda-dev-a4700a78b4dab1b6914c12264ab63bc0c67dbcdf.tar.gz |
added requirments to recipe, removed patched replacements for requirments (#185)
Diffstat (limited to 'specviz/build.sh')
-rw-r--r-- | specviz/build.sh | 3 |
1 files changed, 0 insertions, 3 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 |