python3Packages.phik: fix deps

This commit is contained in:
Jonathan Ringer
2020-08-15 11:45:38 -07:00
parent b7be00ad5e
commit 7e7ad5cac7

View File

@@ -5,6 +5,7 @@
, pytest
, pytest-pylint
, nbconvert
, joblib
, jupyter_client
, numpy
, scipy
@@ -33,6 +34,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
joblib
numpy
scipy
pandas