From a5e44d7f3cb3478e5bf30c39c419e6039a6a47d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:19:59 +0000 Subject: [PATCH] Bump numpy from 2.2 to 2.3.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.2 to 2.3.1. - [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.0...v2.3.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b12ee540..1939018f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "gdsfactory>=9.3.5", "pint", "tqdm", - "numpy==2.2", # numpy 2.2 is required for numba + "numpy==2.3.1", # numpy 2.2 is required for numba "xarray==2025.1.2" ] description = "gdsfactory plugins"