mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Add scikitlearn to binary cache.
(cherry picked from commit 2c5ad36cff
)
This commit is contained in:
parent
ccbcf1b6c2
commit
87f5646c3a
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ let
|
|||
|
||||
pythonPackages = {
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
|
|
Loading…
Reference in a new issue