diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:24:49 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:24:49 -0400 |
commit | 4ee8301df6891df89ede6aa3012f9a984ab5623c (patch) | |
tree | 73d350f0b5bd12ea2ee79781aedddd4a3a0548df /iraf.tables | |
parent | 125a2feb45eaa3202cbda597259b7cdedb287876 (diff) | |
download | astroconda-iraf-4ee8301df6891df89ede6aa3012f9a984ab5623c.tar.gz |
Change IRAF version spec to make conda use our updated IRAF build without being tied to a single version number and to allow for adding a running number more naturally.
Diffstat (limited to 'iraf.tables')
-rw-r--r-- | iraf.tables/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 6273e32..1e7836f 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -20,8 +20,8 @@ source: - ac.iraf.stsci.patch requirements: build: - - iraf ==2.16_UR + - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 - astroconda-utils run: - - iraf ==2.16_UR + - iraf !=2.16.1,>=2.16.UR |