python312Packages.pymc: 5.20.0 -> 5.20.1

Diff: https://github.com/pymc-devs/pymc/compare/refs/tags/v5.20.0...v5.20.1

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.20.1
This commit is contained in:
Gaetan Lepage
2025-02-22 14:58:17 +01:00
parent 48a2cfd2dc
commit cb56b2809d
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.20.0";
version = "5.20.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${version}";
hash = "sha256-5iHm+q4ykXhCntUpZmEfZc1805+GoCQR3yrkQGJ2qQg=";
hash = "sha256-Vc+yjMd5XCM97Y0JIfII+PfNz0rx1hi9N370mgBbO+8=";
};
postPatch = ''
@@ -42,6 +42,10 @@ buildPythonPackage rec {
versioneer
];
pythonRelaxDeps = [
"pytensor"
];
dependencies = [
arviz
cachetools
@@ -64,7 +68,7 @@ buildPythonPackage rec {
meta = {
description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
homepage = "https://github.com/pymc-devs/pymc";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/${src.tag}";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nidabdella