diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-04-03 15:46:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 10:25:43 +0700 |
commit | 08ea5f919a6cebed379ddc35f76c5abf5a7a827c (patch) | |
tree | 585e79b05630f96de5e3ada7047ec9cdbc6925a4 /academic | |
parent | e9058db15e19ca1293d6e665f6d87b1f3811038c (diff) |
academic/scipy: Fix building on -current Thanks to fourtysixandtwo for the heads up!
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/python3-scipy/python3-scipy.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/academic/python3-scipy/python3-scipy.SlackBuild b/academic/python3-scipy/python3-scipy.SlackBuild index ae63fd2d4c445..a3039e8d4c3a7 100644 --- a/academic/python3-scipy/python3-scipy.SlackBuild +++ b/academic/python3-scipy/python3-scipy.SlackBuild @@ -74,6 +74,7 @@ find -L . \ # Allow our version of numpy and pythran to work sed -i 's|numpy==1.22.4|numpy>=1.22.4|' pyproject.toml +sed -i 's|numpy==1.23.2|numpy>=1.23.2|' pyproject.toml sed -i 's|pythran>=0.15.0,<0.16.0|pythran|' pyproject.toml # needs newer meson |