python311Packages.pytensor: 2.23.0 -> 2.25.1

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

Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.25.1
This commit is contained in:
Gaetan Lepage
2024-07-10 10:29:59 +02:00
parent e691f848a2
commit aa2df5836c
@@ -15,7 +15,6 @@
minikanren,
numpy,
scipy,
typing-extensions,
# checks
jax,
@@ -29,7 +28,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.23.0";
version = "2.25.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -38,7 +37,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-r7ooPwZSEsypYAf+oWu7leuoIK39gFfHZACrxsbcIV0=";
hash = "sha256-Z0PQtuADqXiVnDcLoy+R5Mrg6KMGWILbLdMM5fNBqaM=";
};
postPatch = ''
@@ -46,6 +45,10 @@ buildPythonPackage rec {
--replace "versioneer[toml]==0.28" "versioneer[toml]"
'';
pythonRelaxDeps = [
"scipy"
];
build-system = [
cython
versioneer
@@ -59,7 +62,6 @@ buildPythonPackage rec {
minikanren
numpy
scipy
typing-extensions
];
nativeCheckInputs = [