diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-15 16:29:50 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-15 16:29:50 -0500 |
commit | d3236f3a488222e12b009e8783add483c44b8c81 (patch) | |
tree | d0ec8c22ab1153ef07863c9d2677293122218234 /conda_build_config.yaml | |
parent | ad94ca196ff924a0539c58e70e0a897b206fd445 (diff) | |
download | astroconda-contrib-d3236f3a488222e12b009e8783add483c44b8c81.tar.gz |
fixing poppy dependencies
Diffstat (limited to 'conda_build_config.yaml')
-rw-r--r-- | conda_build_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conda_build_config.yaml b/conda_build_config.yaml index 3256ed5..681c029 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -2,6 +2,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 numpy: - 1.14 |