From 035e42cd0d2531dec205c9416fc73d12144cf173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:23:47 +0000 Subject: [PATCH] pip prod(deps): bump numpy from 2.1.3 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 109ac756c6..8ddfea171d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ dev = [ "pyright==1.1.390", ] gui = ["textual==0.89.1", "pyclip==0.7"] -jax = ["jax==0.4.36", "numpy==2.1.3"] -onnx = ["onnx==1.17.0", "numpy==2.1.3"] +jax = ["jax==0.4.36", "numpy==2.2.0"] +onnx = ["onnx==1.17.0", "numpy==2.2.0"] riscv = ["riscemu==2.2.7"] wgpu = ["wgpu==0.19.2"]