Skip to content

Commit cf46141

Browse files
Bump numpy from 2.2 to 2.3.3
Bumps [numpy](https://github.com/numpy/numpy) from 2.2 to 2.3.3. - [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.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7db823 commit cf46141

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.3", # numpy 2.2 is required for numba
2020
"xarray==2025.7.1"
2121
]
2222
description = "gdsfactory plugins"

0 commit comments

Comments
 (0)