forked from mirrors/nixpkgs
python2Packages.ipyparallel: disable
Only >=3.5 is supported.
This commit is contained in:
parent
c2bafaeaaa
commit
1247c0dfce
|
@ -31,6 +31,8 @@ buildPythonPackage rec {
|
|||
# Requires access to cluster
|
||||
doCheck = false;
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
meta = {
|
||||
description = "Interactive Parallel Computing with IPython";
|
||||
homepage = "http://ipython.org/";
|
||||
|
|
Loading…
Reference in a new issue