From 90eb671b2054b89a69525edc80add7dd3378f890 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 Jun 2016 17:03:41 -0400 Subject: Free range packages (#20) * Allow packages updates without metapackages conflicting * Fix numpy locking * Update purge_path requirement * git https not ssh * Redo changes prior to rebase --- stsci-data-analysis/meta.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'stsci-data-analysis') diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 88a49ea..bc20871 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -10,21 +10,21 @@ package: requirements: build: - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.1 - - asv ==0.1.1 - - asdf ==1.0.2 + - specview >=0.1 + - astroimtools >=0.1 + - cube-tools >=0.0.0 + - stginga >=0.1 + - asv >=0.1.1 + - asdf >=1.0.2 - numpy x.x - python x.x run: - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.1 - - asv ==0.1.1 - - asdf ==1.0.2 + - specview >=0.1 + - astroimtools >=0.1 + - cube-tools >=0.0.0 + - stginga >=0.1 + - asv >=0.1.1 + - asdf >=1.0.2 - numpy x.x - python x.x -- cgit