summaryrefslogtreecommitdiff
path: root/webbpsf
diff options
context:
space:
mode:
authorBrendan Gannon <brendan.gannon2@gmail.com>2022-02-17 13:21:09 -0500
committerGitHub <noreply@github.com>2022-02-17 13:21:09 -0500
commit590dcffb80c7b4f3908992697b350f63b0f0af8f (patch)
tree2fd5d5e4264e710ac2bcf4f742807707f07990b1 /webbpsf
parentaf6258fb5cc103a14a72629d27240fd8e96ecd9b (diff)
downloadastroconda-contrib-590dcffb80c7b4f3908992697b350f63b0f0af8f.tar.gz
Fixing numpy build time version + build script resolution for python dependency egg + fixing recipe version spacing issues (#754)
Co-authored-by: Brendan Gannon <bgannon@stsci.edu>
Diffstat (limited to 'webbpsf')
-rw-r--r--webbpsf/build.sh3
-rw-r--r--webbpsf/meta.yaml2
2 files changed, 2 insertions, 3 deletions
diff --git a/webbpsf/build.sh b/webbpsf/build.sh
index 56f0b30..6df1dab 100644
--- a/webbpsf/build.sh
+++ b/webbpsf/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml
index fa6c7b3..88d78de 100644
--- a/webbpsf/meta.yaml
+++ b/webbpsf/meta.yaml
@@ -21,7 +21,7 @@ package:
requirements:
build:
- astropy >=4.0.0
- - numpy >=1.18.0
+ - numpy {{ numpy }}
- numpydoc
- scipy >=1.5.0
- matplotlib >=3.2.0