forked from pytorch/botorch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
42 lines (36 loc) · 853 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-nightly
- gpytorch
- scipy
test:
imports:
- botorch
- botorch.acquisition
- botorch.exceptions
- botorch.models
- botorch.optim
- botorch.posteriors
- botorch.qmc
- botorch.test_functions
- botorch.utils
- botorch.fit
- botorch.gen
about:
home: https://botorch.org
license: MIT
license_file: LICENSE
summary: Bayesian Optimization in PyTorch
doc_url: https://botorch.org/docs
dev_url: https://github.com/pytorch/botorch