8000 Merge branch 'main' into partition · scikit-learn/scikit-learn@2ac5277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac5277

Browse files
authored
Merge branch 'main' into partition
2 parents a7504f1 + b204dba commit 2ac5277

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

asv_benchmarks/asv.conf.json

+9-9
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 pip install -e ."],
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.13.0"],
75+
"numpy": ["2.0.0"],
76+
"scipy": ["1.14.0"],
7777
"cython": ["3.0.10"],
78-
"joblib": ["1.4.2"],
79-
"threadpoolctl": ["3.5.0"],
80-
"pandas": ["2.2.2"],
78+
"joblib": ["1.3.2"],
79+
"threadpoolctl": ["3.2.0"],
80+
"pandas": ["2.2.2"]
8181
},
8282

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

0 commit comments

Comments
 (0)
0