From 8e338c829d42fdd90954e5b1ae1ae9f8352cafca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:54:58 +0000 Subject: [PATCH] Bump jax from 0.4.30 to 0.5.2 Bumps [jax](https://github.com/jax-ml/jax) from 0.4.30 to 0.5.2. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/jax-v0.5.2/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.30...jax-v0.5.2) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd810d0..a083cec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas~=2.2 -jax==0.4.30 +jax==0.5.2 jaxlib==0.4.30 jaxtyping==0.2.36 chex==0.1.87