forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 2
/
asv.conf.json
31 lines (27 loc) · 807 Bytes
/
asv.conf.json
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
{
// The version of the config file format. Do not change, unless
// you know what you are doing.
"version": 1,
// For other options, see the documentation
// https://asv.readthedocs.io/en/stable/reference.html
"project": "scikit-image",
"project_url": "https://scikit-image.org/",
"repo": ".",
"branches": ["main"],
"dvcs": "git",
"environment_type": "virtualenv",
"install_timeout": 1200,
"show_commit_url": "https://github.com/scikit-image/scikit-image/commit/",
"pythons": ["3.8"],
"matrix": {
"virtualenv": [],
"cython": [],
"pythran": [],
"numpy": ["1.17"],
"scipy": [],
"pooch": []
},
"env_dir": ".asv/env",
"results_dir": ".asv/results",
"html_dir": ".asv/html"
}