From 1e1d79148f327df95ccac0dec17cd61c87e11bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:14:53 +0000 Subject: [PATCH] pip prod(deps): bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [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.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy 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 e648ffd9f7..9b575cbb3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ "mkdocstrings[python]>=0.27.0", ] gui = ["textual==1.0.0", "pyclip==0.7"] -jax = ["jax==0.4.38", "numpy==2.2.1"] +jax = ["jax==0.4.38", "numpy==2.2.2"] riscv = ["riscemu==2.2.7"] [project.urls]