mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python3Packages.phik: fix deps
This commit is contained in:
parent
b7be00ad5e
commit
7e7ad5cac7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user