Loading pkgs/development/python-modules/pymc/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "pymc"; version = "5.20.1"; version = "5.21.0"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pymc"; tag = "v${version}"; hash = "sha256-Vc+yjMd5XCM97Y0JIfII+PfNz0rx1hi9N370mgBbO+8="; hash = "sha256-Zn6Yyacq7k+Xzu2VwdvXl5IRZbgYUIiOkZ0Q87I/BXo="; }; postPatch = '' Loading @@ -42,10 +42,6 @@ buildPythonPackage rec { versioneer ]; pythonRelaxDeps = [ "pytensor" ]; dependencies = [ arviz cachetools Loading Loading
pkgs/development/python-modules/pymc/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "pymc"; version = "5.20.1"; version = "5.21.0"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pymc"; tag = "v${version}"; hash = "sha256-Vc+yjMd5XCM97Y0JIfII+PfNz0rx1hi9N370mgBbO+8="; hash = "sha256-Zn6Yyacq7k+Xzu2VwdvXl5IRZbgYUIiOkZ0Q87I/BXo="; }; postPatch = '' Loading @@ -42,10 +42,6 @@ buildPythonPackage rec { versioneer ]; pythonRelaxDeps = [ "pytensor" ]; dependencies = [ arviz cachetools Loading