From 750c74493f4da156c55d3c321b4b31e660fc5be4 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Tue, 15 Feb 2022 16:35:08 -0500 Subject: updating poppy dependencies --- poppy/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 7210736..4520509 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -26,6 +26,7 @@ requirements: - matplotlib >=3.2.0 - setuptools - setuptools_scm + - fonttools>=4.22.0 - python {{ python }} run: @@ -35,6 +36,7 @@ requirements: - matplotlib >=3.2.0 - setuptools - setuptools_scm + - fonttools>=4.22.0 - python source: -- cgit