forked from mirrors/nixpkgs
build python35Packages.{blaze, pandas, scikitlearn} on Hydra
as these take a long time to build.
This commit is contained in:
parent
295bcdfb5e
commit
79043d15cc
|
@ -266,7 +266,11 @@ let
|
|||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
python3Packages = { };
|
||||
python35Packages = { };
|
||||
python35Packages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
|
||||
xorg = {
|
||||
fontadobe100dpi = linux ++ darwin;
|
||||
|
|
Loading…
Reference in a new issue