From 0918a0c1d5b12bae038e3a97b0bb994f0e40373c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:11:54 +0800 Subject: [PATCH] chore: update jax requirement from <=0.5.0,>=0.4.28 to >=0.4.28,<=0.5.1 (#168) Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.28...jax-v0.5.1) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production ... 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 64bfc4d..7f300a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "h5py<=3.13.0", "iminuit<=2.30.1", "jax>=0.4.28; python_version < '3.10'", - "jax>=0.4.28,<=0.5.0; python_version >= '3.10'", + "jax>=0.4.28,<=0.5.1; python_version >= '3.10'", "jaxns==2.6.7", "matplotlib", "nautilus-sampler==1.0.5",