Loading pkgs/development/python-modules/pytensor/default.nix +11 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,13 @@ pytestCheckHook, pythonOlder, tensorflow-probability, nix-update-script, }: buildPythonPackage rec { pname = "pytensor"; version = "2.25.2"; version = "2.25.3"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -37,7 +39,7 @@ buildPythonPackage rec { owner = "pymc-devs"; repo = "pytensor"; rev = "refs/tags/rel-${version}"; hash = "sha256-+82zQtC20Q2u3/ujnt8UfmK4oYCpH6Eo2TTlk2g3z+s="; hash = "sha256-m0Fngbvt/N95/1moc8PW1KU/yfRE/NC+1d0Ste7V8HU="; }; pythonRelaxDeps = [ Loading Loading @@ -90,6 +92,13 @@ buildPythonPackage rec { "tests/sparse/sandbox/" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "rel-(.+)" ]; }; meta = { description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays"; mainProgram = "pytensor-cache"; Loading Loading
pkgs/development/python-modules/pytensor/default.nix +11 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,13 @@ pytestCheckHook, pythonOlder, tensorflow-probability, nix-update-script, }: buildPythonPackage rec { pname = "pytensor"; version = "2.25.2"; version = "2.25.3"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -37,7 +39,7 @@ buildPythonPackage rec { owner = "pymc-devs"; repo = "pytensor"; rev = "refs/tags/rel-${version}"; hash = "sha256-+82zQtC20Q2u3/ujnt8UfmK4oYCpH6Eo2TTlk2g3z+s="; hash = "sha256-m0Fngbvt/N95/1moc8PW1KU/yfRE/NC+1d0Ste7V8HU="; }; pythonRelaxDeps = [ Loading Loading @@ -90,6 +92,13 @@ buildPythonPackage rec { "tests/sparse/sandbox/" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "rel-(.+)" ]; }; meta = { description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays"; mainProgram = "pytensor-cache"; Loading