diff options
Diffstat (limited to 'iraf.gemini')
-rw-r--r-- | iraf.gemini/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf.gemini/meta.yaml b/iraf.gemini/meta.yaml index 347d798..f3e2df1 100644 --- a/iraf.gemini/meta.yaml +++ b/iraf.gemini/meta.yaml @@ -6,7 +6,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-iraf-helpers, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, as conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -22,7 +22,7 @@ source: requirements: build: - astroconda-iraf-helpers - - iraf-core >=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF) + - iraf !=2.16.1,>=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF) - iraf.tables - iraf.stsdas - iraf.fitsutil |