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

commit 68631367b7229b158a86fae973ab2fa322d32dff
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 9 13:44:29 2025 +0000

    gnu: blender: Use python-numpy@1.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Remove python-numpy;
    add python-numpy-1.
    
    Change-Id: I0da2e589de939417d147875b909287d6d6d7ea40
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 198e093c37..8007d0885d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -749,7 +749,7 @@ typically encountered in feature film production.")
            openvdb
            pugixml
            python
-           python-numpy
+           python-numpy-1
            tbb
            zlib
            `(,zstd "lib")))

Reply via email to