python312Packages.pytensor: 2.25.4 -> 2.25.6

Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.25.4...rel-2.25.6

Changelog: https://github.com/pymc-devs/pytensor/releases
This commit is contained in:
Gaetan Lepage
2024-10-03 12:16:43 +02:00
parent 6f306ceaed
commit be0036b703
@@ -22,7 +22,6 @@
numba,
pytest-mock,
pytestCheckHook,
pythonOlder,
tensorflow-probability,
nix-update-script,
@@ -30,16 +29,14 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.25.4";
version = "2.25.6";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-NPMUfSbujT1qHsdpCazDX2xF54HvFJkOaxHSUG/FQwM=";
hash = "sha256-6emtX0tNqVqKyKXnwxvAwCyM3TRJ2MNClPNg0tVxBU8=";
};
pythonRelaxDeps = [