From 106ee4c15613b96112b2b635ea1a2db5a921f46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:37:17 +0100 Subject: [PATCH] Bump pymc from 5.19.1 to 5.20.0 (#396) Bumps [pymc](https://github.com/pymc-devs/pymc) from 5.19.1 to 5.20.0. - [Release notes](https://github.com/pymc-devs/pymc/releases) - [Changelog](https://github.com/pymc-devs/pymc/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/pymc-devs/pymc/compare/v5.19.1...v5.20.0) --- updated-dependencies: - dependency-name: pymc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58a3ad7..ad0bd3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ sk-util = ["skfolio==0.7.0", "sktime==0.35.0"] bayes = [ "arviz==0.20.0", "bambi==0.14.0", - "pymc==5.19.1", + "pymc==5.20.0", "formulae==0.5.4", "graphviz==0.20.3", ]