We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb1f821 + 9a833ff commit 2753d05Copy full SHA for 2753d05
pyproject.toml
@@ -40,7 +40,7 @@ dynamic = ["version"]
40
41
[project.optional-dependencies]
42
dev = [
43
- "pandapower>2.11.1",
+ "pandapower>2.11.1, <3.0",
44
"pre-commit",
45
"pylint",
46
"pytest",
@@ -50,7 +50,7 @@ dev = [
50
]
51
examples = [
52
"power-grid-model>1.9.80",
53
54
"pyarrow", # Pyarrow support for Python 3.12 scheduled for 14.0.0: https://github.com/apache/arrow/issues/37880
55
56
doc = [
0 commit comments