aboutsummaryrefslogtreecommitdiff
path: root/pyfu/meta.yaml
blob: 2b1e758bb6106bb0fe682065516e33f21424b8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
about:
    home: http://drforum.gemini.edu/topic/pyfu-datacube-mosaicking-package
    license: BSD
    license_file: LICENSE
    summary: IFU datacube mosaicking package for PyRAF and Python
build:
    number: '0'
    # 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
    - bin/ac_update_extern_pkg
package:
    name: pyfu
    version: "0.10"
source:
    svn_url: http://scisoft.gemini.edu/svn/ifudr/pyfu/0.10
requirements:
    build:
    - astroconda-iraf-helpers
    - python x.x                # syntax needed to build for each python ver.
    run:
    - python x.x
    - numpy >=1.9               # (use same version as disco-stu)
    - scipy >=0.14              # (to match the NumPy requirement)
    - astropy >=1.0
    - stsci.imagestats >=1.4
    # PyRAF is an optional dependency if the IRAF interface is used but is not
    # needed by the Python interface so don't require it here, as that would
    # also drag in IRAF etc.