From 3ee8936f6e4b11d6de844431159a832397b7ebb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:12:27 +0000 Subject: [PATCH 1/2] Update jax[cpu] requirement from <=0.4.36,>=0.3.2 to >=0.3.2,<=0.4.37 Updates the requirements on [jax[cpu]](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[cpu] dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index efaca20..9fe126f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # standard install requirements -r ./requirements.txt -jax[cpu] >= 0.3.2, <= 0.4.36 +jax[cpu] >= 0.3.2, <= 0.4.37 scipy >= 1.10.0, <= 1.14.1 # building the docs From ab9735ccac5dff036244faab9bd1e374dd4135e5 Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Tue, 10 Dec 2024 11:41:59 -0500 Subject: [PATCH 2/2] Remove duplicate jax requirement --- requirements-dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2fcd51d..ba72080 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,6 @@ # standard install requirements -r ./requirements.txt -jax[cpu] >= 0.3.2, <= 0.4.37 scipy >= 1.10.0, <= 1.14.1 # building the docs