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 | |
parent | ad94ca196ff924a0539c58e70e0a897b206fd445 (diff) | |
download | astroconda-contrib-d3236f3a488222e12b009e8783add483c44b8c81.tar.gz |
fixing poppy dependencies
-rw-r--r-- | conda_build_config.yaml | 1 | ||||
-rw-r--r-- | poppy/meta.yaml | 2 |
2 files changed, 3 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 diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 98412b4..6971139 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -27,6 +27,7 @@ requirements: - setuptools - setuptools_scm - python {{ python }} + - fonttools>=4.22.0 run: - astropy >=4.0.0 - numpy >=1.18.0 @@ -35,6 +36,7 @@ requirements: - setuptools - setuptools_scm - python + - fonttools>=4.22.0 source: git_tag: {{ tag }} |