Skip to content

Commit

Permalink
python3-scipy: unrestrict versions of meson-python, pythran
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Sep 7, 2023
1 parent 0cb3cea commit 8b1b512
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions srcpkgs/python3-scipy/patches/dep-versions.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ causes build failures against more up-to-date Void packages.

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,8 +11,8 @@
@@ -10,13 +10,13 @@
[build-system]
build-backend = 'mesonpy'
requires = [
"meson-python>=0.12.1,<0.14.0", # already working with 0.13.x series at branch time
- "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
- "pybind11>=2.10.4,<2.11.0",
- "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
+ "meson-python>=0.12.1", # already working with 0.13.x series at branch time
+ "Cython>=0.29.35", # when updating version, also update check in meson.build
+ "pybind11>=2.10.4",
"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`
# doesn't list it as a runtime requirement (at least in 0.5.0)
@@ -16,7 +16,7 @@
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
+ "pythran>=0.12.0", # already working with 0.13.x series at branch time
# `wheel` is needed for non-isolated builds, given that `meson-python`
# doesn't list it as a runtime requirement (at least in 0.5.0)
- "wheel<0.41.0",
Expand Down

0 comments on commit 8b1b512

Please sign in to comment.