Skip to content

Commit 0f752f0

Browse files
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](numpy/numpy@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] <support@github.com>
1 parent 479eda2 commit 0f752f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"gdsfactory>=9.3.5",
1717
"pint",
1818
"tqdm",
19-
"numpy==2.2", # numpy 2.2 is required for numba
19+
"numpy==2.3.2", # numpy 2.2 is required for numba
2020
"xarray==2025.1.2"
2121
]
2222
description = "gdsfactory plugins"

0 commit comments

Comments
 (0)