Skip to content

Commit 9a62c2a

Browse files
authored
Add setuptools as dependency in ASV benchmark CI (#6609)
* Test adding setuptools to required install * Update asv.conf.json * Update asv.conf.json
1 parent c34ef8a commit 9a62c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asv_bench/asv.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
// "pip+emcee": [""], // emcee is only available for install with pip.
5959
// },
6060
"matrix": {
61+
"setuptools_scm[toml]": [""], // GH6609
62+
"setuptools_scm_git_archive": [""], // GH6609
6163
"numpy": [""],
6264
"pandas": [""],
6365
"netcdf4": [""],

0 commit comments

Comments
 (0)