1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Add scikitlearn to binary cache.

(cherry picked from commit 2c5ad36cff)
This commit is contained in:
Rob Vermaas 2016-05-11 10:35:51 +00:00
parent ccbcf1b6c2
commit 87f5646c3a

View file

@ -261,6 +261,7 @@ let
pythonPackages = {
pandas = unix;
scikitlearn = unix;
};
python2Packages = { };
python27Packages = { };