guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit eb29a0256cae3fdaef6dc24437dbe89e6daa6022
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 722842996d..41fea162ce 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -725,7 +725,7 @@ typically encountered in feature film production.")
openvdb
pugixml
python
- python-numpy
+ python-numpy-1
tbb
zlib
`(,zstd "lib")))