Skip to content

Commit a4999dd

Browse files
committed
Add missing setuptools dep to numpy/pandas benchmarks
1 parent 0cc0b70 commit a4999dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ class NumPySuite(PySuite):
566566

567567
BENCHMARK_REQ = [
568568
"asv==0.5.1",
569+
"setuptools==70.3.0",
569570
"distlib==0.3.6",
570571
"filelock==3.8.0",
571572
"platformdirs==2.5.2",
@@ -672,6 +673,7 @@ class PandasSuite(PySuite):
672673

673674
BENCHMARK_REQ = [
674675
"asv==0.5.1",
676+
"setuptools==70.3.0",
675677
"distlib==0.3.6",
676678
"filelock==3.8.0",
677679
"platformdirs==2.5.2",

0 commit comments

Comments
 (0)