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.
1 parent 60f8c05 commit 49cb38fCopy full SHA for 49cb38f
pyproject.toml
@@ -9,7 +9,7 @@ requires = [
9
"ninja>=1.11.1; platform_system!='Windows'",
10
"cmake>=3.29.0",
11
"cython>=3.0.10",
12
- "numpy >=1.23",
+ "numpy >=2.0.0",
13
# WARNING: check with doc how to upgrade
14
"versioneer[toml]==0.29"
15
]
@@ -44,7 +44,7 @@ dependencies = [
44
# TODO: do we have to set sycl runtime dependencies here
45
# "dpcpp-cpp-rt>=0.59.0",
46
# "intel-cmplr-lib-rt>=0.59.0"
47
- "numpy>=1.23.0"
+ "numpy>=2.0.0"
48
49
description = "A lightweight Python wrapper for a subset of SYCL."
50
dynamic = ["version"]
0 commit comments