From 028333360090ef79361ab40d88502f9a310b2127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:19:46 +0000 Subject: [PATCH] Bump numpy from 2.2 to 2.3.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.2 to 2.3.4. - [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.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 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 b8f4e1e7..0bb992ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "gdsfactory>=9.15.1", "pint", "tqdm", - "numpy==2.2", # numpy 2.2 is required for numba + "numpy==2.3.4", # numpy 2.2 is required for numba "xarray==2025.7.1" ] description = "gdsfactory plugins"