Skip to content

Commit 932fb3f

Browse files
committed
Bump min suppoprted numpy version to 2.0.0
1 parent 536d260 commit 932fb3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy:
2-
- '1.26'
2+
- '2.0'
33
c_compiler: # [linux]
44
- gcc # [linux]
55
cxx_compiler: # [linux]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"dpctl>=0.20.0",
1010
"ninja>=1.11.1; platform_system!='Windows'",
1111
# NOTE: no DPNP restriction on NumPy version, so follow NumPy's drop schedule
12-
"numpy>=1.26.0",
12+
"numpy>=2.0.0",
1313
"scikit-build>=0.18.1",
1414
"setuptools>=79.0.1",
1515
"wheel>=0.45.1",
@@ -51,7 +51,7 @@ dependencies = [
5151
# "intel-cmplr-lib-rt>=0.59.0"
5252
# WARNING: use the latest dpctl dev version, otherwise stable w/f will fail
5353
"dpctl>=0.21.0dev0",
54-
"numpy>=1.26.0"
54+
"numpy>=2.0.0"
5555
]
5656
description = "Data Parallel Extension for NumPy"
5757
dynamic = ["version"]

0 commit comments

Comments
 (0)