summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conda_build_config.yaml1
-rw-r--r--poppy/meta.yaml2
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 }}