From a01aa0ff21d66efed765fb8028fb380e44541328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:37:13 +0000 Subject: [PATCH] Update jax requirement from <=0.4.37,>=0.3.2 to >=0.3.2,<=0.4.38 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.3.2...jax-v0.4.38) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad5cbba..eacc99b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ equinox >= 0.11.0, <= 0.11.10 -jax >= 0.3.2, <= 0.4.37 +jax >= 0.3.2, <= 0.4.38 numpy >= 1.20.0, <= 2.2.0