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:
Frederik Rietdijk 2017-05-07 21:35:43 +02:00
parent 0a897b2a33
commit d4dde073fd

View file

@ -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