File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
graalpython/lib-graalpython/patches/h5py Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 6c8536c3f09ec5ee435620b51cea2b2072b94ad5 Mon Sep 17 00:00:00 2001
2
+ From: Mohaned Qunaibit <mohaned.qunaibit@oracle.com>
3
+ Date: Wed, 25 Oct 2023 16:13:02 +0300
4
+ Subject: [PATCH] patch h5py 3.10.0
5
+
6
+ ---
7
+ pyproject.toml | 2 +-
8
+ 1 file changed, 1 insertion(+), 1 deletion(-)
9
+
10
+ diff --git a/pyproject.toml b/pyproject.toml
11
+ index ee573d2f..50179ba7 100644
12
+ --- a/pyproject.toml
13
+ +++ b/pyproject.toml
14
+ @@ -1,7 +1,7 @@
15
+ [build-system]
16
+ requires = [
17
+ "Cython >=0.29.31,<1",
18
+ - "oldest-supported-numpy",
19
+ + "numpy==1.23.5",
20
+ "pkgconfig",
21
+ "setuptools >=61",
22
+ ]
23
+ - -
24
+ 2.25.1
25
+
Original file line number Diff line number Diff line change 1
1
[[rules ]]
2
2
version = ' == 2.10.0'
3
3
patch = ' h5py-2.10.0.patch'
4
+
5
+ [[rules ]]
6
+ version = ' == 3.10.0'
7
+ patch = ' h5py-3.10.0.patch'
You can’t perform that action at this time.
0 commit comments