Skip to content

Commit 49cb38f

Browse files
committed
bump minimum numpy version
this aligns with NEP 29
1 parent 60f8c05 commit 49cb38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"ninja>=1.11.1; platform_system!='Windows'",
1010
"cmake>=3.29.0",
1111
"cython>=3.0.10",
12-
"numpy >=1.23",
12+
"numpy >=2.0.0",
1313
# WARNING: check with doc how to upgrade
1414
"versioneer[toml]==0.29"
1515
]
@@ -44,7 +44,7 @@ dependencies = [
4444
# TODO: do we have to set sycl runtime dependencies here
4545
# "dpcpp-cpp-rt>=0.59.0",
4646
# "intel-cmplr-lib-rt>=0.59.0"
47-
"numpy>=1.23.0"
47+
"numpy>=2.0.0"
4848
]
4949
description = "A lightweight Python wrapper for a subset of SYCL."
5050
dynamic = ["version"]

0 commit comments

Comments
 (0)