Skip to content

Commit 542c35f

Browse files
Merge pull request #1747 from IntelPython/pyproject-numpy-lower-bound-1-23
In pyproject change to numpy>=1.23
2 parents 0306b10 + fceed47 commit 542c35f

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.24",
12+
"numpy >=1.23",
1313
# WARNING: check with doc how to upgrade
1414
"versioneer[toml]==0.29"
1515
]
@@ -43,7 +43,7 @@ dependencies = [
4343
# TODO: do we have to set sycl runtime dependencies here
4444
# "dpcpp-cpp-rt>=0.59.0",
4545
# "intel-cmplr-lib-rt>=0.59.0"
46-
"numpy>=1.24.0"
46+
"numpy>=1.23.0"
4747
]
4848
description = "A lightweight Python wrapper for a subset of SYCL."
4949
dynamic = ["version"]

0 commit comments

Comments
 (0)