diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-29 17:03:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 17:03:41 -0400 |
commit | 90eb671b2054b89a69525edc80add7dd3378f890 (patch) | |
tree | 2861a6e7279a90c881ccddc6f6e41d127ad5b730 /stsci-data-analysis/meta.yaml | |
parent | a9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff) | |
download | astroconda-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.yaml | 24 |
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 |