diff options
| author | Chris Sidebottom <chris.sidebottom@arm.com> | 2023-04-17 13:45:32 +0100 |
|---|---|---|
| committer | Chris Sidebottom <chris.sidebottom@arm.com> | 2023-04-17 13:55:17 +0100 |
| commit | 8a36e0986b6178da05d8cd7946b41d4442e6701b (patch) | |
| tree | 4591a0d60e1689d26249ca82cbf5a15493a00e9e /benchmarks | |
| parent | 22e515adc77880618f80c6fe0d8326ffb8d88ce0 (diff) | |
| download | numpy-8a36e0986b6178da05d8cd7946b41d4442e6701b.tar.gz | |
BUG: Add packaging to benchmark dependencies
After #23010 we now need packaging to run the ufunc benchmarks.
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/asv.conf.json | 3 | ||||
| -rw-r--r-- | benchmarks/asv_compare.conf.json.tpl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index b60135524..267450448 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -43,7 +43,8 @@ // version. "matrix": { "Cython": [], - "setuptools": ["59.2.0"] + "setuptools": ["59.2.0"], + "packaging": [] }, // 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 01f4e41de..f0ef0bf49 100644 --- a/benchmarks/asv_compare.conf.json.tpl +++ b/benchmarks/asv_compare.conf.json.tpl @@ -47,7 +47,8 @@ // version. "matrix": { "Cython": [], - "setuptools": ["59.2.0"] + "setuptools": ["59.2.0"], + "packaging": [] }, // The directory (relative to the current directory) that benchmarks are |
