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 4564f0f + b5160b4 commit f48d8afCopy full SHA for f48d8af
pyproject.toml
@@ -28,7 +28,7 @@ classifiers=[
28
]
29
requires-python = ">=3.11"
30
dependencies = [
31
- "numpy>=1.20",
+ "numpy>=1.20, <2.0",
32
"openpyxl",
33
"pandas",
34
"power_grid_model>=1.8",
@@ -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