Skip to content

Commit 35898c5

Browse files
committed
Add patch for numpy 1.26.2 (oldest-supported-numpy)
1 parent e03a385 commit 35898c5

File tree

4 files changed

+13
-1444
lines changed

4 files changed

+13
-1444
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -356,21 +356,9 @@ license = 'BSD-3-Clause'
356356
dist-type = 'sdist'
357357

358358
[[numpy.rules]]
359-
version = '== 1.24.3'
360-
patch = 'numpy-1.24.3.patch'
361-
license = 'BSD-3-Clause'
362-
dist-type = 'sdist'
363-
364-
[[numpy.rules]]
365-
version = '== 1.23.5'
366-
patch = 'numpy-1.23.5.patch'
367-
license = 'BSD-3-Clause'
368-
dist-type = 'sdist'
369-
370-
[[numpy.rules]]
371-
# 1.23.2 is currently used by oldest-supported-numpy
372-
version = '>= 1.23.2, < 1.23.5'
373-
patch = 'numpy-1.23.2.patch'
359+
# 1.26.2 is currently used by oldest-supported-numpy
360+
version = '== 1.26.2'
361+
patch = 'numpy-1.26.2.patch'
374362
license = 'BSD-3-Clause'
375363
dist-type = 'sdist'
376364

graalpython/lib-graalpython/patches/numpy-1.23.2.patch

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)