guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0daf7e015c768ab307783f651431376470c7deda
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:10 2026 +0000
gnu: python-scipy: Adjust inputs and native inputs.
* gnu/packages/python-science.scm (python-scipy):
[phases]{relax-requirements}: Remove phase.
[inputs]: Remove boost; add boost-1.88.
[native-inputs]: Remove meson-python and python-cython; add
python-meson-python.
Change-Id: Ic9534456c52f0a93086ad9275c2e4ca2f93661a9
---
gnu/packages/python-science.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 108adc3804..b7c2a550ea 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3281,11 +3281,6 @@ cross-validation.")
" and not "))
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "meson.build"
- ;; boost
- (("1.88.0") "1.89.0"))))
(add-after 'set-paths 'hide-gfortran
;; See: <https://issues.guix.gnu.org/73439#45>.
(lambda* (#:key inputs #:allow-other-keys)
@@ -3307,12 +3302,11 @@ cross-validation.")
(apply invoke "pytest" "-vv" test-flags))))))))
(native-inputs
(list gfortran
- meson-python
pkg-config
python-click
- python-cython
python-doit
python-hypothesis
+ python-meson-python
python-mpmath
python-numpydoc
python-pooch
@@ -3326,7 +3320,7 @@ cross-validation.")
python-threadpoolctl
python-typing-extensions))
(inputs
- (list boost
+ (list boost-1.88
openblas
pybind11
qhull