python3Packages.meshio: add missing deps

This commit is contained in:
Jonathan Ringer
2022-03-14 00:29:05 +01:00
committed by Martin Weinelt
parent 7ad7010230
commit 6191841592
@@ -6,6 +6,7 @@
, h5py
, exdown
, pytestCheckHook
, rich
}:
buildPythonPackage rec {
@@ -22,6 +23,7 @@ buildPythonPackage rec {
numpy
netcdf4
h5py
rich
];
checkInputs = [