aboutsummaryrefslogblamecommitdiff
path: root/conda-build/meta.yaml
blob: b7d065bb608d500c3fa4b6be81f29cc90da5a925 (plain) (tree)






























                                                  
package:
  name: beliefs
  version: {{ VERSION }}

source:
  git_url: ..

build:
  script: python .package_install_steps.py install
  script_env:
    - VERSION

requirements:
  build:
    - python
    - setuptools
    - jinja2
    - pyyaml

  run:
    - python
    - jinja2
    - pyyaml
    - pytest
    - numpy
    - networkx >=1.11

anaconda_upload: True

about:
  home: https://github.com/drivergroup/beliefs/