-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeta.yaml
49 lines (42 loc) · 1002 Bytes
/
meta.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{% set data = load_setup_py_data() %}
package:
name: "{{ data.get('name')|lower }}"
version: {{ data.get('version') }}
source:
source:
git_url: https://github.com/LoLab-VU/pyvipr.git
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- ipywidgets >=7.0.0
- matplotlib >=3.0.2
- networkx >=2.2
- numpy >=1.15.4
- pip
- python
- python-louvain >=0.13
- sympy >=1.3
run:
- ipywidgets >=7.0.0
- matplotlib >=3.0.2
- networkx >=2.2
- numpy >=1.15.4
- python
- python-louvain >=0.13
- sympy >=1.3
test:
imports:
- pyvipr
- pyvipr.examples_models
about:
home: https://github.com/LoLab-VU/pyvipr
license: MIT
summary: Jupyter widget for the dynamic and static visualizations of
systems biology models written in PySB, BNGL, and SBML.
doc_url: https://pyvipr.readthedocs.io
extra:
recipe-maintainers:
- ortega2247