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