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 = { };
|
python2Packages = { };
|
||||||
python27Packages = { };
|
python27Packages = { };
|
||||||
python3Packages = { };
|
python3Packages = { };
|
||||||
python35Packages = { };
|
python35Packages = {
|
||||||
|
blaze = unix;
|
||||||
|
pandas = unix;
|
||||||
|
scikitlearn = unix;
|
||||||
|
};
|
||||||
|
|
||||||
xorg = {
|
xorg = {
|
||||||
fontadobe100dpi = linux ++ darwin;
|
fontadobe100dpi = linux ++ darwin;
|
||||||
|
Loading…
Reference in New Issue
Block a user