diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index bad53e61dfa5..171f71dfbe8b 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -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 = [