From d3236f3a488222e12b009e8783add483c44b8c81 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Tue, 15 Feb 2022 16:29:50 -0500 Subject: fixing poppy dependencies --- conda_build_config.yaml | 1 + poppy/meta.yaml | 2 ++ 2 files changed, 3 insertions(+) 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 }} -- cgit