python3Packages.phik: fix deps

This commit is contained in:
Jonathan Ringer 2020-08-15 11:45:38 -07:00
parent b7be00ad5e
commit 7e7ad5cac7
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

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