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.
2 parents 0306b10 + fceed47 commit 542c35fCopy full SHA for 542c35f
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.24",
+ "numpy >=1.23",
13
# WARNING: check with doc how to upgrade
14
"versioneer[toml]==0.29"
15
]
@@ -43,7 +43,7 @@ dependencies = [
43
# TODO: do we have to set sycl runtime dependencies here
44
# "dpcpp-cpp-rt>=0.59.0",
45
# "intel-cmplr-lib-rt>=0.59.0"
46
- "numpy>=1.24.0"
+ "numpy>=1.23.0"
47
48
description = "A lightweight Python wrapper for a subset of SYCL."
49
dynamic = ["version"]
0 commit comments