diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-15 16:33:39 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-15 16:33:39 -0500 |
commit | 34568b916e07003f84bfede8caaf10c882f00808 (patch) | |
tree | 4214501edfa7f7af03c956eb3934bacb2f3d6fac /poppy | |
parent | d3236f3a488222e12b009e8783add483c44b8c81 (diff) | |
download | astroconda-contrib-34568b916e07003f84bfede8caaf10c882f00808.tar.gz |
reversing poppy fix
Diffstat (limited to 'poppy')
-rw-r--r-- | poppy/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 6971139..7210736 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -27,7 +27,7 @@ requirements: - setuptools - setuptools_scm - python {{ python }} - - fonttools>=4.22.0 + run: - astropy >=4.0.0 - numpy >=1.18.0 @@ -36,7 +36,6 @@ requirements: - setuptools - setuptools_scm - python - - fonttools>=4.22.0 source: git_tag: {{ tag }} |