Skip to content

Commit d4dde07

Browse files
committedMay 7, 2017
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.
1 parent 0a897b2 commit d4dde07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎pkgs/top-level/release.nix

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ let
111111
ocamlPackages = { };
112112
perlPackages = { };
113113
pythonPackages = {
114+
blaze = unix;
114115
pandas = unix;
115116
scikitlearn = unix;
116117
};
@@ -122,6 +123,12 @@ let
122123
pandas = unix;
123124
scikitlearn = unix;
124125
};
126+
python36Packages = {
127+
blaze = unix;
128+
pandas = unix;
129+
scikitlearn = unix;
130+
};
131+
125132
} ));
126133

127134
in jobs

0 commit comments

Comments
 (0)
Please sign in to comment.