emcee: init at 2.1

This commit is contained in:
Tom Dimiduk 2016-06-10 11:21:44 -04:00 committed by zimbatm
parent f663822cc8
commit f16171dd24

View File

@ -183,7 +183,19 @@ in modules // {
};
};
emcee = buildPythonPackage {
name = "emcee-2.1.0";
src = pkgs.fetchurl {
url = "mirror://pypi/e/emcee/emcee-2.1.0.tar.gz";
sha256 = "0qyafp9jfya0mkxgqfvljf0rkic5fm8nimzwadyrxyvq7nd07qaw";
};
propagatedBuildInputs = [ self.numpy ];
meta = {
homepage = http://dan.iel.fm/emcee;
license = "MIT";
description = "Kick ass affine-invariant ensemble MCMC sampling";
};
};
dbus = callPackage ../development/python-modules/dbus {
dbus = pkgs.dbus;