Skip to content

Commit f6b0499

Browse files
committed
Bump minimum Numpy version to 2.0
1 parent ddc3aac commit f6b0499

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
@@ -50,7 +50,7 @@ classifiers = [
5050
"Operating System :: POSIX",
5151
"Operating System :: Unix"
5252
]
53-
dependencies = ["numpy >=1.26.4", "mkl"]
53+
dependencies = ["numpy >=2", "mkl"]
5454
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
5555
dynamic = ["version"]
5656
keywords = ["MKL", "VSL", "true randomness", "pseudorandomness",

0 commit comments

Comments
 (0)