python311Packages.pytensor: 2.25.1 -> 2.25.2

Diff:
https://github.com/pymc-devs/pytensor/compare/rel-2.25.1...rel-2.25.2

Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.25.2
This commit is contained in:
Gaetan Lepage
2024-07-16 07:57:09 +02:00
parent 039ab755a2
commit ca919544d3
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.25.1";
version = "2.25.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -37,14 +37,9 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-Z0PQtuADqXiVnDcLoy+R5Mrg6KMGWILbLdMM5fNBqaM=";
hash = "sha256-+82zQtC20Q2u3/ujnt8UfmK4oYCpH6Eo2TTlk2g3z+s=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "versioneer[toml]==0.28" "versioneer[toml]"
'';
pythonRelaxDeps = [
"scipy"
];