From 5d6eff5204ebbc914ddf8e211c193ef11d5706c3 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Thu, 17 Feb 2022 13:12:58 -0500 Subject: Fixing numpy build time version + build script resolution for python dependency egg + fixing recipe version spacing issues --- specutils/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'specutils/build.sh') 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 -- cgit