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