Revision 9da9c5a5e04fbc6b86cf2ccda388e561630dd128 authored by Kevin Sheppard on 02 June 2016, 10:13:23 UTC, committed by Kevin Sheppard on 02 June 2016, 10:13:23 UTC
2 parent s 404af74 + 21b17f6
Raw File
meta.yaml
package:
  name: arch
  version: "3.2"

source:
  git_url: https://github.com/bashtage/arch.git

build:
  number: 0

requirements:
  build:
    - python
    - setuptools
    - cython 0.22*
    - numpy
    - scipy
    - pandas
    - patsy
    - statsmodels
    - matplotlib
    - ipython-notebook
    - pywin32 # [win]

  run:
    - python
    - setuptools
    - cython
    - numpy
    - scipy
    - pandas
    - patsy
    - statsmodels
    - matplotlib
    - ipython-notebook
    - pywin32 # [win]

test:
  imports:
    - arch
  requires:
    - nose

about:
  home: https://github.com/bashtage/arch
  license : NSCA
back to top