Skip to content

Commit 9bfadc4

Browse files
committed
Relax constraint on numpy version
1 parent c5e06ca commit 9bfadc4

2 files changed

Lines changed: 49 additions & 226 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)