gnu: python-fenics-ffc: Use python-numpy@1.

* gnu/packages/simulation.scm (python-fenics-ffc):
[propagated-inputs]: Add python-numpy-1.

Change-Id: I57a991c70947babc1734660c1d6723789ef77466
This commit is contained in:
Sharlatan Hellseher 2026-01-04 00:18:57 +00:00 committed by Andreas Enge
parent c34ab1ebd5
commit 45146d392d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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