Skip to content

Commit 1249dc3

Browse files
committed
Pin cython in pyarrow patch
1 parent fbeb4d4 commit 1249dc3

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

graalpython/lib-graalpython/patches/pyarrow/pyarrow-12.0.0.patch

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,17 @@ index 0000000..c9826ce
140140
+ shutil.copyfile(wheel, wheel_directory / wheel.name)
141141
+ return str(wheel.name)
142142
diff --git a/pyproject.toml b/pyproject.toml
143-
index fe8c938..8945652 100644
143+
index fe8c938..3f9e7c5 100644
144144
--- a/pyproject.toml
145145
+++ b/pyproject.toml
146-
@@ -23,3 +23,5 @@ requires = [
146+
@@ -17,9 +17,11 @@
147+
148+
[build-system]
149+
requires = [
150+
- "cython >= 0.29.31",
151+
+ "cython >= 0.29.31, < 3",
152+
"oldest-supported-numpy>=0.14",
153+
"setuptools_scm",
147154
"setuptools >= 40.1.0",
148155
"wheel"
149156
]

graalpython/lib-graalpython/patches/pyarrow/pyarrow-15.0.0.patch

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,17 @@ index 0000000..955ac8d
140140
+ shutil.copyfile(wheel, wheel_directory / wheel.name)
141141
+ return str(wheel.name)
142142
diff --git a/pyproject.toml b/pyproject.toml
143-
index 437de10..bbae50f 100644
143+
index 437de10..a78c7ee 100644
144144
--- a/pyproject.toml
145145
+++ b/pyproject.toml
146-
@@ -23,3 +23,5 @@ requires = [
146+
@@ -17,9 +17,11 @@
147+
148+
[build-system]
149+
requires = [
150+
- "cython >= 0.29.31",
151+
+ "cython >= 0.29.31, < 3",
152+
"oldest-supported-numpy>=0.14",
153+
"setuptools_scm < 8.0.0",
147154
"setuptools >= 40.1.0",
148155
"wheel"
149156
]

0 commit comments

Comments
 (0)