Skip to content

Commit b204dba

Browse files
authored
BENCH Don't use setuptools based build commands (#29500)
1 parent d79cb58 commit b204dba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

asv_benchmarks/asv.conf.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
// Customizable commands for building, installing, and
2222
// uninstalling the project. See asv.conf.json documentation.
23-
//
24-
// "install_command": ["python -mpip install {wheel_file}"],
25-
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
26-
// "build_command": ["python -m build --wheel -o {build_cache_dir} {build_dir}"],
23+
"install_command": ["python -mpip install {wheel_file}"],
24+
"uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
25+
"build_command": ["python -m build --wheel -o {build_cache_dir} {build_dir}"],
26+
2727
// List of branches to benchmark. If not provided, defaults to "master
2828
// (for git) or "default" (for mercurial).
2929
"branches": ["main"],
@@ -72,12 +72,12 @@
7272
// those due to dependency changes.
7373
//
7474
"matrix": {
75-
"numpy": ["1.25.2"],
76-
"scipy": ["1.11.2"],
75+
"numpy": ["2.0.0"],
76+
"scipy": ["1.14.0"],
7777
"cython": ["3.0.10"],
7878
"joblib": ["1.3.2"],
7979
"threadpoolctl": ["3.2.0"],
80-
"pandas": ["2.1.0"]
80+
"pandas": ["2.2.2"]
8181
},
8282

8383
// Combinations of libraries/python versions can be excluded/included

0 commit comments

Comments
 (0)