guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 591fc98f53d213a7bfbca0b695d213721bdb3f96
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 a4b2ed69fb..cfb3b04f61 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")))