File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
// Customizable commands for building, installing, and
22
22
// 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
+
27
27
// List of branches to benchmark. If not provided, defaults to "master
28
28
// (for git) or "default" (for mercurial).
29
29
"branches" : [" main" ],
72
72
// those due to dependency changes.
73
73
//
74
74
"matrix" : {
75
- "numpy" : [" 1.25.2 " ],
76
- "scipy" : [" 1.11.2 " ],
75
+ "numpy" : [" 2.0.0 " ],
76
+ "scipy" : [" 1.14.0 " ],
77
77
"cython" : [" 3.0.10" ],
78
78
"joblib" : [" 1.3.2" ],
79
79
"threadpoolctl" : [" 3.2.0" ],
80
- "pandas" : [" 2.1.0 " ]
80
+ "pandas" : [" 2.2.2 " ]
81
81
},
82
82
83
83
// Combinations of libraries/python versions can be excluded/included
You can’t perform that action at this time.
0 commit comments