Skip to content

Commit d773825

Browse files
authored
Merge pull request #1143 from PowerGridModel/feature/drop-numpy-1-support
Dependencies: Drop NumPy 1.x support
2 parents 83f6815 + 8ef80ea commit d773825

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
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering :: Physics",
3131
]
3232
requires-python = ">=3.11"
33-
dependencies = ["numpy>=1.21.0"]
33+
dependencies = ["numpy>=2.0.0"]
3434
dynamic = ["version"]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)