Skip to content

Commit fc01e87

Browse files
committed
Add support for h5py 3.10.0
1 parent a619003 commit fc01e87

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[[rules]]
22
version = '== 2.10.0'
33
patch = 'h5py-2.10.0.patch'
4+
5+
[[rules]]
6+
version = '== 3.10.0'
7+
patch = 'h5py-3.10.0.patch'

0 commit comments

Comments
 (0)