Skip to content

Commit 8ef80ea

Browse files
committed
drop NumPy 1.x support
Signed-off-by: Martijn Govers <[email protected]>
1 parent 83f6815 commit 8ef80ea

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)