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