14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = !(isPy27 || pythonAtLeast "3.4");
22 inherit pname version;
23 sha256 = "3818b39e77c26fc1a37767a74fdd5e7d02877d75ed901ead2f40bd03baaa109f";
26 # disabled for now due to Tensorflow trying to create files in $HOME:
29 propagatedBuildInputs = [
38 description = "Probabilistic programming language using Tensorflow";
39 homepage = "https://github.com/blei-lab/edward";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ bcdarwin ];