From 34f2acafd6e8e3e7657740bae9118d40fd900db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:24:14 +0000 Subject: [PATCH] pip prod(deps): bump jax from 0.4.31 to 0.4.32 Bumps [jax](https://github.com/google/jax) from 0.4.31 to 0.4.32. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jax-v0.4.31...jax-v0.4.32) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 527d53f175..b284d1790c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pyright==1.1.345", ] gui = ["textual==0.79.1", "pyclip==0.7"] -jax = ["jax==0.4.31", "numpy==2.1.1"] +jax = ["jax==0.4.32", "numpy==2.1.1"] onnx = ["onnx==1.16.2", "numpy==2.1.1"] riscv = ["riscemu==2.2.7"] wgpu = ["wgpu==0.16.0"]