Skip to content

Commit 7c84624

Browse files
committed
add upper limit
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent cb1f821 commit 7c84624

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
@@ -28,7 +28,7 @@ classifiers=[
2828
]
2929
requires-python = ">=3.11"
3030
dependencies = [
31-
"numpy>=1.20",
31+
"numpy>=1.20, <2.0",
3232
"openpyxl",
3333
"pandas",
3434
"power_grid_model>=1.8",

0 commit comments

Comments
 (0)