Merge pull request #278297 from GaetanLepage/pytensor

python311Packages.pytensor: 2.18.4 -> 2.18.5
This commit is contained in:
OTABI Tomoya 2024-01-03 09:37:13 +09:00 committed by GitHub
commit 1d60c664ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.18.4";
version = "2.18.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-j7SNXFiQUofP5NtggSOwLxXkg267yneqoWH2uoDZogs=";
hash = "sha256-0xwzFmYsec7uQaq6a4BAA6MYy2zIVZ0cTwodVJQ6yMs=";
};
postPatch = ''