diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-01 11:38:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 11:38:59 -0500 |
commit | 0dd1e8b6ecd97bf8f8663328e515afa115736320 (patch) | |
tree | 8ff4fd718f32157dcaa066e767a71d632a1e306a /specviz | |
parent | b636af5c833b0994a36d5b84c3178c16b844221b (diff) | |
download | astroconda-dev-0dd1e8b6ecd97bf8f8663328e515afa115736320.tar.gz |
Drop specutils 0.2.2 version pinning in setup (#104)
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/specviz/build.sh b/specviz/build.sh index 5a5aeeb..9ecbe94 100644 --- a/specviz/build.sh +++ b/specviz/build.sh @@ -1 +1,4 @@ +sed 's|specutils==0.2.2|specutils|' < setup.cfg > setup.cfg.new +cp setup.cfg.new setup.cfg + $PYTHON setup.py install |