python312Packages.pytensor: 2.30.3 -> 2.31.0 (#408894)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user