File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
graalpython/lib-graalpython/patches/pyarrow Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,17 @@ index 0000000..c9826ce
140
140
+ shutil.copyfile(wheel, wheel_directory / wheel.name)
141
141
+ return str(wheel.name)
142
142
diff --git a/pyproject.toml b/pyproject.toml
143
- index fe8c938..8945652 100644
143
+ index fe8c938..3f9e7c5 100644
144
144
--- a/pyproject.toml
145
145
+++ 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",
147
154
"setuptools >= 40.1.0",
148
155
"wheel"
149
156
]
Original file line number Diff line number Diff line change @@ -140,10 +140,17 @@ index 0000000..955ac8d
140
140
+ shutil.copyfile(wheel, wheel_directory / wheel.name)
141
141
+ return str(wheel.name)
142
142
diff --git a/pyproject.toml b/pyproject.toml
143
- index 437de10..bbae50f 100644
143
+ index 437de10..a78c7ee 100644
144
144
--- a/pyproject.toml
145
145
+++ 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",
147
154
"setuptools >= 40.1.0",
148
155
"wheel"
149
156
]
You can’t perform that action at this time.
0 commit comments