From b88d27bd5281412fd270024ea4589afcc121ad05 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Jan 2021 01:16:48 -0500 Subject: gwcs: Add missing scipy dependency --- gwcs/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index e899e57..a12c02e 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -19,12 +19,14 @@ requirements: build: - asdf - astropy >=3.1 + - scipy - setuptools - numpy {{ numpy }} - python {{ python }} run: - asdf - astropy >=4.1 + - scipy - numpy - python -- cgit