0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python: pyro-ppl: 0.5.1 -> 1.1.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:19 +01:00
parent f99e01aaa9
commit 05bb0fd5a2

View file

@ -1,12 +1,12 @@
{ buildPythonPackage, fetchPypi, lib, pytorch, contextlib2
, graphviz, networkx, six, opt-einsum, tqdm }:
buildPythonPackage rec {
version = "0.5.1";
version = "1.1.0";
pname = "pyro-ppl";
src = fetchPypi {
inherit version pname;
sha256 = "cac2cb2a283c65d4187b7e19f0ff3b10a0ded1f377caba4f279c7898b206cd42";
sha256 = "5ca2fd19276fcfcf52babb48d22892a41d6238d7a6c65e63f704b070a3816479";
};
propagatedBuildInputs = [