python3Packages.meshio: add missing deps

This commit is contained in:
Jonathan Ringer 2022-03-04 09:42:37 -08:00 committed by Martin Weinelt
parent 7ad7010230
commit 6191841592

View File

@ -6,6 +6,7 @@
, h5py
, exdown
, pytestCheckHook
, rich
}:
buildPythonPackage rec {
@ -22,6 +23,7 @@ buildPythonPackage rec {
numpy
netcdf4
h5py
rich
];
checkInputs = [