From aa2df5836c4c6d7d2c295719e906a1104a9ba8a2 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 4 Jul 2024 10:49:48 +0200 Subject: [PATCH 1/2] 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 --- pkgs/development/python-modules/pytensor/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 = [ From 42209ee3fe90f88a81eecfdd7ed72b5d8ee6955f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 12 Jul 2024 07:52:34 +0200 Subject: [PATCH 2/2] python311Packages.pymc: 5.16.1 -> 5.16.2 Diff: https://github.com/pymc-devs/pymc/compare/refs/tags/v5.16.1...v5.16.2 Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.16.2 --- pkgs/development/python-modules/pymc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pymc/default.nix b/pkgs/development/python-modules/pymc/default.nix index d1cced8ea507..30161191dd59 100644 --- a/pkgs/development/python-modules/pymc/default.nix +++ b/pkgs/development/python-modules/pymc/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "pymc"; - version = "5.16.1"; + version = "5.16.2"; pyproject = true; disabled = pythonOlder "3.10"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "pymc-devs"; repo = "pymc"; rev = "refs/tags/v${version}"; - hash = "sha256-C3D07uouV8QZLplIonmViZoCXb4AAEN+uGvNly2hcMc="; + hash = "sha256-vOU5P45AJPULGWj9lscZKP3JqfSpkPDnq1Fyq9lIawc="; }; postPatch = ''