From 2bf857e069ba4a24b6c88fe568638ac5943dd7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:53:39 +0000 Subject: [PATCH] Bump numpyro from 0.18 to 0.19.0 Bumps [numpyro](https://github.com/pyro-ppl/numpyro) from 0.18 to 0.19.0. - [Release notes](https://github.com/pyro-ppl/numpyro/releases) - [Commits](https://github.com/pyro-ppl/numpyro/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: numpyro dependency-version: 0.19.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 2e95b63e..8cbb94c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pandas~=2.2", "qnm==0.4.4", "seaborn~=0.13", - "numpyro==0.18", + "numpyro==0.19.0", "jax>=0.4.25,<0.6.1", "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'",