summaryrefslogtreecommitdiff
path: root/stsci-data-analysis/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-06-29 17:03:41 -0400
committerGitHub <noreply@github.com>2016-06-29 17:03:41 -0400
commit90eb671b2054b89a69525edc80add7dd3378f890 (patch)
tree2861a6e7279a90c881ccddc6f6e41d127ad5b730 /stsci-data-analysis/meta.yaml
parenta9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff)
downloadastroconda-contrib-90eb671b2054b89a69525edc80add7dd3378f890.tar.gz
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
Diffstat (limited to 'stsci-data-analysis/meta.yaml')
-rw-r--r--stsci-data-analysis/meta.yaml24
1 files changed, 12 insertions, 12 deletions
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