From d24b9ef677cd685d0f4d23c8b40015e49065b303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:46:21 +0000 Subject: [PATCH] Update jax requirement from <=0.4.36,>=0.3.2 to >=0.3.2,<=0.4.37 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.37) --- 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 1321395..72f77f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ equinox >= 0.11.0, <= 0.11.10 -jax >= 0.3.2, <= 0.4.36 +jax >= 0.3.2, <= 0.4.37 numpy >= 1.20.0, <= 2.1.3