From 619184159255d82ba1db57ec4d5e362d20fbdec5 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 4 Mar 2022 09:42:37 -0800 Subject: [PATCH] python3Packages.meshio: add missing deps --- pkgs/development/python-modules/meshio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/meshio/default.nix b/pkgs/development/python-modules/meshio/default.nix index 7c7b67a07399..1471ea5b1e5d 100644 --- a/pkgs/development/python-modules/meshio/default.nix +++ b/pkgs/development/python-modules/meshio/default.nix @@ -6,6 +6,7 @@ , h5py , exdown , pytestCheckHook +, rich }: buildPythonPackage rec { @@ -22,6 +23,7 @@ buildPythonPackage rec { numpy netcdf4 h5py + rich ]; checkInputs = [