Merge pull request #95521 from jonringer/fix-phik-py
python3Packages.phik: fix deps
This commit is contained in:
commit
e79a372e15
@ -5,6 +5,7 @@
|
||||
, pytest
|
||||
, pytest-pylint
|
||||
, nbconvert
|
||||
, joblib
|
||||
, jupyter_client
|
||||
, numpy
|
||||
, scipy
|
||||
@ -33,6 +34,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
numpy
|
||||
scipy
|
||||
pandas
|
||||
|
Loading…
Reference in New Issue
Block a user