about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 11:45:38 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-08-15 11:45:38 -0700
commit7e7ad5cac71aa3cf056e4374fd6f12cab38943ac (patch)
tree7ba321ba74233faa94e0b8d5d7365c1e6ff37743
parentb7be00ad5ed0cdbba73fa7fd7fadcb842831f137 (diff)
python3Packages.phik: fix deps
-rw-r--r--pkgs/development/python-modules/phik/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/phik/default.nix b/pkgs/development/python-modules/phik/default.nix
index 969c80f1fe181..b309fb287d803 100644
--- a/pkgs/development/python-modules/phik/default.nix
+++ b/pkgs/development/python-modules/phik/default.nix
@@ -5,6 +5,7 @@
 , pytest
 , pytest-pylint
 , nbconvert
+, joblib
 , jupyter_client
 , numpy
 , scipy
@@ -33,6 +34,7 @@ buildPythonPackage rec {
   ];
 
   propagatedBuildInputs = [
+    joblib
     numpy
     scipy
     pandas