diff options
-rw-r--r-- | benchmarks/asv.conf.json | 1 | ||||
-rw-r--r-- | benchmarks/asv_compare.conf.json.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 029adb589..b60135524 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -43,6 +43,7 @@ // version. "matrix": { "Cython": [], + "setuptools": ["59.2.0"] }, // The directory (relative to the current directory) that benchmarks are diff --git a/benchmarks/asv_compare.conf.json.tpl b/benchmarks/asv_compare.conf.json.tpl index 93d12d4a0..01f4e41de 100644 --- a/benchmarks/asv_compare.conf.json.tpl +++ b/benchmarks/asv_compare.conf.json.tpl @@ -47,6 +47,7 @@ // version. "matrix": { "Cython": [], + "setuptools": ["59.2.0"] }, // The directory (relative to the current directory) that benchmarks are |