guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 91ee264b810e0ed29da9a77fd9dcc1589001afc3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 8 19:40:26 2025 +0000

    gnu: python-blosc: Adjust inputs.
    
    * gnu/packages/python-compression.scm (python-blosc):
    [propagated-inputs]: Remove python-scikit-build.
    [native-inputs]: Remove python-numpy; add python-numpy-1 and
    python-scikit-build.
    
    Change-Id: I30da797eea3b92909ba707af41cde90062d974bf
---
 gnu/packages/python-compression.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index d0e5571dfe..2709dabb4c 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -135,17 +135,17 @@ Python versions below 3.14.")
             (lambda _
               (setenv "USE_SYSTEM_BLOSC" "1")
               (setenv "Blosc_ROOT" #$(this-package-input "c-blosc")))))))
-    (propagated-inputs
-     (list python-scikit-build))
-    (inputs
-     (list c-blosc))
     (native-inputs
      (list cmake-minimal
            ninja/pinned
-           python-numpy
+           ;; See: <https://github.com/Blosc/python-blosc/issues/347>.
+           python-numpy-1
            python-psutil
            python-py-cpuinfo
+           python-scikit-build
            python-setuptools))
+    (inputs
+     (list c-blosc))
     (home-page "https://github.com/blosc/python-blosc";)
     (synopsis "Python wrapper for the Blosc data compressor library")
     (description "Blosc is a high performance compressor optimized for binary

Reply via email to