summaryrefslogtreecommitdiff
path: root/specutils
diff options
context:
space:
mode:
authorBrendan Gannon <bgannon@stsci.edu>2022-02-17 13:12:58 -0500
committerBrendan Gannon <bgannon@stsci.edu>2022-02-17 13:12:58 -0500
commit5d6eff5204ebbc914ddf8e211c193ef11d5706c3 (patch)
tree2fd5d5e4264e710ac2bcf4f742807707f07990b1 /specutils
parentaf6258fb5cc103a14a72629d27240fd8e96ecd9b (diff)
downloadastroconda-contrib-numpy-build-fix.tar.gz
Fixing numpy build time version + build script resolution for python dependency egg + fixing recipe version spacing issuesnumpy-build-fix
Diffstat (limited to 'specutils')
-rw-r--r--specutils/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specutils/build.sh b/specutils/build.sh
index 5a5aeeb..6df1dab 100644
--- a/specutils/build.sh
+++ b/specutils/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv