Skip to content

Commit c2bc5f0

Browse files
committed
[GR-21590] Update imports
PullRequest: graalpython/3855
2 parents a19b855 + a4999dd commit c2bc5f0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "a283d7bbbaf3ca1fb63ea9c9a7c69bc889960669" }
1+
{ "overlay": "7be7c92b7ccf259703be8e90dc74d9b6034f535d" }

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",

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
},
5454
{
5555
"name": "tools",
56-
"version": "d9ec60aaec52da76a7737efa8d7b129eca818f98",
56+
"version": "fdf09e0d947721b0c1be6d9052470d694eb772f2",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "regex",
64-
"version": "d9ec60aaec52da76a7737efa8d7b129eca818f98",
64+
"version": "fdf09e0d947721b0c1be6d9052470d694eb772f2",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)