From 6c73a849fab198c6f77580e6b2e2e0d0ce8acd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:55:47 +0000 Subject: [PATCH] Update jax requirement in the jax group Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. Updates `jax` to 0.4.38 - [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.24...jax-v0.4.38) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production dependency-group: jax ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e4aa9146..c15542d85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jax >= 0.4.24, != 0.4.36, <= 0.4.37 +jax >= 0.4.24, != 0.4.36, <= 0.4.38 colorama <= 0.4.6 diffrax >= 0.4.1, <= 0.6.1 h5py >= 3.0.0, <= 3.12.1