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:
parent
ccbcf1b6c2
commit
87f5646c3a
|
@ -261,6 +261,7 @@ let
|
|||
|
||||
pythonPackages = {
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
|
|
Loading…
Reference in a new issue