Loading pkgs/development/python-modules/pymc/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , pythonOlder , scipy , typing-extensions , setuptools }: buildPythonPackage rec { Loading @@ -26,6 +27,10 @@ buildPythonPackage rec { hash = "sha256-tiOXbryY2TmeBVrG5cIMeDJ4alolBQ5LosdfH3tpVOA="; }; build-system = [ setuptools ]; postPatch = '' substituteInPlace setup.py \ --replace-fail ', "pytest-cov"' "" Loading Loading
pkgs/development/python-modules/pymc/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , pythonOlder , scipy , typing-extensions , setuptools }: buildPythonPackage rec { Loading @@ -26,6 +27,10 @@ buildPythonPackage rec { hash = "sha256-tiOXbryY2TmeBVrG5cIMeDJ4alolBQ5LosdfH3tpVOA="; }; build-system = [ setuptools ]; postPatch = '' substituteInPlace setup.py \ --replace-fail ', "pytest-cov"' "" Loading