Skip to content

Commit 5f26295

Browse files
committed
Fix scipy 1.10.1 build
1 parent 3852160 commit 5f26295

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

graalpython/lib-graalpython/patches/scipy-1.10.1.patch

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
diff --git a/pyproject.toml b/pyproject.toml
2-
index 454a3c2e..7c96eb11 100644
2+
index 454a3c2e..b23c98eb 100644
33
--- a/pyproject.toml
44
+++ b/pyproject.toml
5-
@@ -15,48 +15,11 @@ requires = [
5+
@@ -11,52 +11,16 @@
6+
build-backend = 'mesonpy'
7+
requires = [
8+
"meson-python>=0.11.0,<0.13.0",
9+
+ "pyproject-metadata<0.9",
10+
"Cython>=0.29.32,<3.0",
611
# conservatively avoid issues from
712
# https://github.com/pybind/pybind11/issues/4420
813
"pybind11==2.10.1",

0 commit comments

Comments
 (0)