-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathasv.conf.json
More file actions
24 lines (24 loc) · 669 Bytes
/
Copy pathasv.conf.json
File metadata and controls
24 lines (24 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": 1,
"project": "tsbootstrap",
"project_url": "https://github.com/astrogilda/tsbootstrap",
"repo": ".",
"branches": ["main"],
"environment_type": "virtualenv",
"show_commit_url": "https://github.com/astrogilda/tsbootstrap/commit/",
"benchmark_dir": "benchmarks",
"env_dir": ".asv/env",
"results_dir": ".asv/results",
"html_dir": ".asv/html",
"build_command": [
"python -m pip install build",
"python -m build --wheel -o {build_cache_dir} {build_dir}"
],
"matrix": {
"req": {
"statsmodels": [""],
"arch": [""],
"numba": [""]
}
}
}