Skip to content

Commit 3242588

Browse files
committed
Set min numpy version to lowest prebuilt python3.13-compatible release
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent a5521af commit 3242588

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"frequenz-channels @ git+https://github.com/frequenz-floss/frequenz-channels-python@refs/pull/431/head",
3636
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3737
"networkx >= 2.8, < 4",
38-
"numpy >= 2, < 3",
38+
"numpy >= 2.1.0, < 3",
3939
"typing_extensions >= 4.13.0, < 5",
4040
"marshmallow >= 3.19.0, < 5",
4141
"marshmallow_dataclass >= 8.7.1, < 9",

0 commit comments

Comments
 (0)