Skip to content

Commit 7cb112c

Browse files
committed
update numpy version used for benchmarking
(cherry picked from commit 6af5ddd)
1 parent a3407bb commit 7cb112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def _vmRun(self, vm, workdir, command, benchmarks, bmSuiteArgs):
650650

651651

652652
class NumPySuite(PySuite):
653-
VERSION = "v1.16.4"
653+
VERSION = "v1.23.5"
654654

655655
PREREQUISITES = """
656656
setuptools==63.1.0

0 commit comments

Comments
 (0)