python312Packages.pytensor: 2.30.3 -> 2.31.0 (#408894)

This commit is contained in:
Gaétan Lepage
2025-05-21 09:51:44 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -37,6 +37,10 @@ buildPythonPackage rec {
versioneer
];
pythonRelaxDeps = [
"pytensor"
];
dependencies = [
arviz
cachetools
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.30.3";
version = "2.31.0";
pyproject = true;
src = fetchFromGitHub {
@@ -42,7 +42,7 @@ buildPythonPackage rec {
postFetch = ''
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
'';
hash = "sha256-Iyiuvt86pfz8MmpwgDecKJFVOw+fKpEaA9m1MBA9Yxs=";
hash = "sha256-RgJeKA0dRSY1xn+7pgzUg5Hn5KKAWUilimbZOn43xHQ=";
};
build-system = [