From 8cd69e3320626facba005ccbd1eea9f834864cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:54:33 +0000 Subject: [PATCH] pip prod(deps): bump jax from 0.4.35 to 0.4.36 Bumps [jax](https://github.com/jax-ml/jax) from 0.4.35 to 0.4.36. - [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.35...jax-v0.4.36) --- 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 aac30cae3f..a1f1597c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pyright==1.1.390", ] gui = ["textual==0.88.1", "pyclip==0.7"] -jax = ["jax==0.4.35", "numpy==2.1.3"] +jax = ["jax==0.4.36", "numpy==2.1.3"] onnx = ["onnx==1.17.0", "numpy==2.1.3"] riscv = ["riscemu==2.2.7"] wgpu = ["wgpu==0.19.2"]