Skip to content

Commit 949c002

Browse files
committed
remove array prepare
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent b5160b4 commit 949c002

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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, <2.0",
31+
"numpy>=1.20",
3232
"openpyxl",
3333
"pandas",
3434
"power_grid_model>=1.8",

tests/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class MockFn:
7171
__slots__ = ["fn", "args", "kwargs", "postfix"]
7272

7373
__array_struct__ = np.array([]).__array_struct__
74-
__array_prepare__ = np.array([]).__array_prepare__
7574

7675
def __init__(self, fn: str, *args, **kwargs):
7776
self.fn = fn

0 commit comments

Comments
 (0)