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

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