summaryrefslogtreecommitdiff
path: root/mosviz
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-01 11:38:59 -0500
committerGitHub <noreply@github.com>2018-02-01 11:38:59 -0500
commit0dd1e8b6ecd97bf8f8663328e515afa115736320 (patch)
tree8ff4fd718f32157dcaa066e767a71d632a1e306a /mosviz
parentb636af5c833b0994a36d5b84c3178c16b844221b (diff)
downloadastroconda-dev-0dd1e8b6ecd97bf8f8663328e515afa115736320.tar.gz
Drop specutils 0.2.2 version pinning in setup (#104)
Diffstat (limited to 'mosviz')
-rw-r--r--mosviz/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/mosviz/build.sh b/mosviz/build.sh
index 2291246..fdfeecd 100644
--- a/mosviz/build.sh
+++ b/mosviz/build.sh
@@ -1,3 +1,6 @@
+sed 's|specutils==0.2.2|specutils|' < setup.cfg > setup.cfg.new
+cp setup.cfg.new setup.cfg
+
# Remove reference to glueviz from setup script, since this breaks the build
# as there is no file containing 'glueviz' produced for that package since
# glueviz has become a metapackage.