From 25408d085dda31ad53f4ef2b6c5567af19f50ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:26:08 +0000 Subject: [PATCH] Bump numpyro from 0.19.0 to 0.20.0 Bumps [numpyro](https://github.com/pyro-ppl/numpyro) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/pyro-ppl/numpyro/releases) - [Commits](https://github.com/pyro-ppl/numpyro/compare/0.19.0...0.20.0) --- updated-dependencies: - dependency-name: numpyro dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd650953..2f0ed236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pandas~=2.2", "qnm==0.4.4", "seaborn~=0.13", - "numpyro==0.19.0", + "numpyro==0.20.0", "jax>=0.4.25,<0.6.1", "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'",