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

commit dd3a0a2a7e51341373170aabdcc1938b0e873a9f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 00:18:57 2026 +0000

    gnu: python-fenics-ffc: Use python-numpy@1.
    
    * gnu/packages/simulation.scm (python-fenics-ffc):
    [propagated-inputs]: Add python-numpy-1.
    
    Change-Id: I57a991c70947babc1734660c1d6723789ef77466
---
 gnu/packages/simulation.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 3380e1bdc6..729ba3516d 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -933,7 +933,8 @@ FIAT is part of the FEniCS Project.")
                   (invoke "pytest" "unit/"))))))))
     (native-inputs (list python-pytest python-setuptools))
     (propagated-inputs (list python-fenics-dijitso python-fenics-fiat
-                             python-fenics-ufl-2019))
+                             python-fenics-ufl-2019
+                             python-numpy-1))
     (home-page "https://bitbucket.org/fenics-project/ffc/";)
     (synopsis "Compiler for finite element variational forms")
     (description

Reply via email to