mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Add scikitlearn to binary cache.
This commit is contained in:
parent
b10f61bc1b
commit
2c5ad36cff
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ let
|
|||
|
||||
pythonPackages = {
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
|
|
Loading…
Reference in a new issue