From c601a47482d08cbee6ab3a358629bf1633f8c4c6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 26 May 2016 00:30:42 -0400 Subject: Version updates for 0.6.0rc3 --- jwst_tools/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'jwst_tools') diff --git a/jwst_tools/meta.yaml b/jwst_tools/meta.yaml index 70bb3cd..f76a8eb 100644 --- a/jwst_tools/meta.yaml +++ b/jwst_tools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'jwst_tools' %} -{% set version = '0.6.0rc2' %} +{% set version = '0.6.0rc3' %} {% set number = '0' %} about: @@ -15,8 +15,8 @@ package: requirements: build: - d2to1 ==0.2.12.post1.dev1 - - astropy >=1.1 - - jwst_lib ==0.6.0rc2 + - astropy ==1.2dev3684 + - jwst_lib ==0.6.0rc3 - matplotlib ==1.5.1 - nose ==1.3.7 - scipy ==0.17.0 @@ -27,8 +27,8 @@ requirements: - numpy x.x - python x.x run: - - astropy >=1.1 - - jwst_lib ==0.6.0rc2 + - astropy ==1.2dev3684 + - jwst_lib ==0.6.0rc3 - matplotlib ==1.5.1 - nose ==1.3.7 - scipy ==0.17.0 @@ -37,7 +37,7 @@ requirements: - numpy x.x - python x.x source: - git_rev: 3f177a346da210971b435a2fad5c3f98e956609f + git_branch: Build6_rc3 git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git test: imports: -- cgit