diff options
| author | Mees Fix <mfix@stsci.edu> | 2022-02-01 10:46:26 -0500 | 
|---|---|---|
| committer | Mees Fix <mfix@stsci.edu> | 2022-02-01 10:46:26 -0500 | 
| commit | 785eaddfea2485c44d2d5f7d8e60300c259ad506 (patch) | |
| tree | 8a9bee381c45876252e75ad794255f3568881f0f | |
| parent | 40dca5339d6f0b0b2ddb38299022bbb15813cbcf (diff) | |
| download | astroconda-contrib-785eaddfea2485c44d2d5f7d8e60300c259ad506.tar.gz | |
downgrading numpy for build to work
| -rw-r--r-- | pysiaf/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 6d608c4..e96d1b5 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -24,7 +24,7 @@ build:  requirements:      build:      - astropy >=4.3.1 -    - numpy >=1.21.4 +    - numpy >=1.21.2      - matplotlib >=3.4.3      - lxml >=4.6.4      - scipy >=1.7.2 @@ -38,7 +38,7 @@ requirements:      run:      - astropy >=4.3.1 -    - numpy >=1.21.4 +    - numpy >=1.21.2      - matplotlib >=3.4.3      - lxml >=4.6.4      - scipy >=1.7.2 | 
