From b018fc0072bd83be18be85cc9614af085920d776 Mon Sep 17 00:00:00 2001 From: James Davies Date: Tue, 24 Mar 2020 09:57:29 -0400 Subject: Add asdf to package dependencies (#630) * Add asdf to package dependencies It has always been a dependency (since the `AsdfExtension` was added) but has been pulled in via `gwcs`. It is now a package dependency in `setup.cfg` and needs to be reflected here as well. * Update meta.yaml Update build number Co-authored-by: Joseph Hunkeler --- specutils/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 07c3152..bef6d1f 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'specutils' %} {% set version = '1.0' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/astropy/specutils @@ -22,6 +22,7 @@ source: requirements: build: + - asdf - astropy - scipy - gwcs @@ -30,6 +31,7 @@ requirements: - numpy {{ numpy }} - python {{ python }} run: + - asdf - astropy - scipy - gwcs -- cgit