-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
49 lines (42 loc) · 1013 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 name = "pymc-bart" %}
{% set version = "0.7.1" %}
{% set python_min = "3.10" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pymc_bart-{{ version }}.tar.gz
sha256: dd766e5fb02c7e6cd6f9eedf8d779f785435d9c53a3b2f7e62c9d9a93017996a
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python {{ python_min }}
- pip
run:
- python >={{ python_min }}
- pymc >=5.16.2,<=5.18
- arviz >=0.18.0
- numba
- matplotlib-base
- numpy
test:
imports:
- pymc_bart
commands:
- pip check
requires:
- python {{ python_min }}
- pip
about:
home: http://github.com/pymc-devs/pymc-bart
summary: Bayesian Additive Regression Trees for Probabilistic programming with PyMC
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- ricardoV94
- aloctavodia
- maresb