diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-08-24 14:35:52 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 14:35:52 -0400 | 
| commit | ccc3e20b060972d20a4a4cf9e87ccfe0f8275f1a (patch) | |
| tree | 8da5b08d97afd78d506ed0c05db339241d571ca7 /drizzlepac | |
| parent | 7a04835058d132da47cbd122b61fafdbd899c95b (diff) | |
| download | astroconda-contrib-ccc3e20b060972d20a4a4cf9e87ccfe0f8275f1a.tar.gz | |
Add numpy version floor to drizzlepac to allow it to build
Diffstat (limited to 'drizzlepac')
| -rw-r--r-- | drizzlepac/meta.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index ffe1278..d6e2295 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -42,7 +42,7 @@ requirements:      - pypdf2      - pytables      - tweakwcs -    - numpy +    - numpy=>1.18      - python {{ python }}      run:      - acstools | 
