From 65011eff98c6eb08e2e8d5a45cb3677e735ba5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:57:31 +0000 Subject: [PATCH] Bump numpy from 2.2 to 2.3.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2 to 2.3.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.0...v2.3.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.2 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 c5ba484f..5675a6d1 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.2", # numpy 2.2 is required for numba "xarray==2025.7.1" ] description = "gdsfactory plugins"