Skip to content

Commit f48d8af

Browse files
authored
Merge branch 'feautre/restrict-numpy-2.0' into fix/yaml-config-windings
2 parents 4564f0f + b5160b4 commit f48d8af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
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",
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"pandapower>2.11.1",
43+
"pandapower>2.11.1, <3.0",
4444
"pre-commit",
4545
"pylint",
4646
"pytest",
@@ -50,7 +50,7 @@ dev = [
5050
]
5151
examples = [
5252
"power-grid-model>1.9.80",
53-
"pandapower>2.11.1",
53+
"pandapower>2.11.1, <3.0",
5454
"pyarrow", # Pyarrow support for Python 3.12 scheduled for 14.0.0: https://github.com/apache/arrow/issues/37880
5555
]
5656
doc = [

0 commit comments

Comments
 (0)