Skip to content

Commit

Permalink
BUG: Add packaging to benchmark dependencies
Browse files Browse the repository at this point in the history
After numpy#23010 we now need packaging to run the ufunc benchmarks.
  • Loading branch information
Mousius committed Apr 17, 2023
1 parent 22e515a commit 8a36e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/asv_compare.conf.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a36e09

Please sign in to comment.