diff options
Diffstat (limited to 'gnu/packages/physics.scm')
| -rw-r--r-- | gnu/packages/physics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/physics.scm b/gnu/packages/physics.scm index f6d63e10163..851977abbfc 100644 --- a/gnu/packages/physics.scm +++ b/gnu/packages/physics.scm @@ -225,7 +225,7 @@ Version: ~a (list catch2-3 cmake-minimal highfive - pybind11 + pybind11-2 python-wrapper python-setuptools python-setuptools-scm)) @@ -275,7 +275,7 @@ scattering simulations.") (for-each (lambda (test) (invoke "python" test)) (find-files "tests" "^test_.*\\.py$")))))))) - (native-inputs (list pybind11 python-setuptools cmake python-pytest + (native-inputs (list pybind11-2 python-setuptools cmake python-pytest python-numpy)) (inputs (list eigen)) (home-page "https://github.com/ralna/gofit") |
