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
commit e79a372e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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