diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-17 13:12:58 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-17 13:12:58 -0500 |
commit | 5d6eff5204ebbc914ddf8e211c193ef11d5706c3 (patch) | |
tree | 2fd5d5e4264e710ac2bcf4f742807707f07990b1 /webbpsf/meta.yaml | |
parent | af6258fb5cc103a14a72629d27240fd8e96ecd9b (diff) | |
download | astroconda-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 'webbpsf/meta.yaml')
-rw-r--r-- | webbpsf/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |