We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536d260 commit 932fb3fCopy full SHA for 932fb3f
2 files changed
conda-recipe/conda_build_config.yaml
@@ -1,5 +1,5 @@
1
numpy:
2
- - '1.26'
+ - '2.0'
3
c_compiler: # [linux]
4
- gcc # [linux]
5
cxx_compiler: # [linux]
pyproject.toml
@@ -9,7 +9,7 @@ requires = [
9
"dpctl>=0.20.0",
10
"ninja>=1.11.1; platform_system!='Windows'",
11
# NOTE: no DPNP restriction on NumPy version, so follow NumPy's drop schedule
12
- "numpy>=1.26.0",
+ "numpy>=2.0.0",
13
"scikit-build>=0.18.1",
14
"setuptools>=79.0.1",
15
"wheel>=0.45.1",
@@ -51,7 +51,7 @@ dependencies = [
51
# "intel-cmplr-lib-rt>=0.59.0"
52
# WARNING: use the latest dpctl dev version, otherwise stable w/f will fail
53
"dpctl>=0.21.0dev0",
54
- "numpy>=1.26.0"
+ "numpy>=2.0.0"
55
]
56
description = "Data Parallel Extension for NumPy"
57
dynamic = ["version"]
0 commit comments