forked from cornellius-gp/gpytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
42 lines (35 loc) · 905 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
{% set data = load_setup_py_data(setup_file="setup.py", from_recipe_dir=True) %}
package:
name: {{ data.get("name")|lower }}
version: {{ data.get("version") }}
source:
path: ./
build:
noarch: python
script: "$PYTHON setup.py install --single-version-externally-managed --record=record.txt"
requirements:
host:
- python>=3.6
run:
- pytorch>=1.0
test:
imports:
- gpytorch
- gpytorch.distributions
- gpytorch.functions
- gpytorch.kernels
- gpytorch.lazy
- gpytorch.likelihoods
- gpytorch.means
- gpytorch.mlls
- gpytorch.models
- gpytorch.priors
- gpytorch.utils
- gpytorch.variational
about:
home: https://gpytorch.ai
license: MIT
license_file: LICENSE
summary: An implementation of Gaussian Processes in Pytorch
doc_url: https://gpytorch.readthedocs.io/en/latest/
dev_url: https://github.com/cornellius-gp/gpytorch