From a4735657088bddc94bbdc66b94204cf584160774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 03:52:51 +0000 Subject: [PATCH] Bump jax from 0.4.30 to 0.5.1 Bumps [jax](https://github.com/jax-ml/jax) from 0.4.30 to 0.5.1. - [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.30...jax-v0.5.1) --- 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..1dd7cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas~=2.2 -jax==0.4.30 +jax==0.5.1 jaxlib==0.4.30 jaxtyping==0.2.36 chex==0.1.87