From 5981d7c0b1b0c77f80fb393664e840eaf0feb782 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 9 Dec 2025 13:44:29 +0000 Subject: [PATCH] gnu: blender: Use python-numpy@1. * gnu/packages/graphics.scm (blender)[inputs]: Remove python-numpy; add python-numpy-1. Change-Id: I0da2e589de939417d147875b909287d6d6d7ea40 Signed-off-by: Rutherther --- 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 06d6a58e77..c836f18ab6 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")))