python3Packages.meshio: add missing deps
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user