Merge pull request #95521 from jonringer/fix-phik-py

python3Packages.phik: fix deps
This commit is contained in:
Martin Weinelt
2020-08-15 22:25:17 +02:00
committed by GitHub
@@ -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