aboutsummaryrefslogblamecommitdiff
path: root/conda-build/meta.yaml
blob: 2d2d8ebc79ae619902de7174beb94979e225cc7d (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 >=2.0

anaconda_upload: True

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