Skip to content

Commit 65b84ca

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

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"frequenz-channels >= 1.6.1, < 2.0.0",
3535
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3636
"networkx >= 2.8, < 4",
37-
"numpy >= 2, < 3",
37+
"numpy >= 2.1.0, < 3",
3838
"typing_extensions >= 4.13.0, < 5",
3939
"marshmallow >= 3.19.0, < 5",
4040
"marshmallow_dataclass >= 8.7.1, < 9",

0 commit comments

Comments
 (0)