Merge pull request #28244 from FRidh/hydrapython
Python: build 2.7 and 3.6 packages on Hydra again
This commit is contained in:
commit
252ea06097
@ -108,24 +108,6 @@ let
|
||||
#rPackages = packagePlatforms pkgs.rPackages;
|
||||
ocamlPackages = { };
|
||||
perlPackages = { };
|
||||
pythonPackages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
python3Packages = { };
|
||||
python35Packages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
python36Packages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
|
||||
# hack around broken eval of non-linux packages for now.
|
||||
tests.macOSSierraShared = darwin;
|
||||
|
Loading…
Reference in New Issue
Block a user