-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-scipy: patch and rebuild for python3-Cython-3.0.0
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/pyproject.toml | ||
+++ b/pyproject.toml | ||
@@ -11,7 +11,7 @@ | ||
build-backend = 'mesonpy' | ||
requires = [ | ||
"meson-python>=0.12.1,<0.14.0", # already working with 0.13.x series at branch time | ||
- "Cython>=0.29.35,<3.0", # when updating version, also update check in meson.build | ||
+ "Cython>=0.29.35", | ||
"pybind11>=2.10.4,<2.11.0", | ||
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time | ||
# `wheel` is needed for non-isolated builds, given that `meson-python` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters