Python release: do not build all Python packages
as we agreed not to. Maybe in the future we will again. Do build a couple of packages that take a longer time to build.
This commit is contained in:
parent
0a897b2a33
commit
d4dde073fd
@ -111,6 +111,7 @@ let
|
||||
ocamlPackages = { };
|
||||
perlPackages = { };
|
||||
pythonPackages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
@ -122,6 +123,12 @@ let
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python36Packages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
|
||||
} ));
|
||||
|
||||
in jobs
|
||||
|
Loading…
Reference in New Issue
Block a user