Skip to content

Commit 3aef476

Browse files
committed
Remove dpcpp 2023 restriction workaround
1 parent 9ef3a7a commit 3aef476

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ requirements:
3838
- dpnp >=0.14
3939
- numpy >=1.24
4040
# TODO: temporary fix, because IGC is broken for output produced by llvm-spirv 2024.1 on windows
41-
# TODO: there is no 2024 release for python 3.11
42-
# - dpcpp-llvm-spirv >={{ required_compiler_version }}
43-
- dpcpp-llvm-spirv >=2023.0 # [not win]
44-
- dpcpp-llvm-spirv >=2023.0,<2024.1 # [win]
41+
- dpcpp-llvm-spirv >={{ required_compiler_version }} # [not win]
42+
- dpcpp-llvm-spirv >={{ required_compiler_version }},<2024.1 # [win]
4543
- wheel >=0.43
4644
- pip >=24.0
4745
- python-build >=1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"dpctl>=0.16.1",
4040
"dpnp>=0.14.0",
4141
"numpy>=1.24.0",
42-
"dpcpp_llvm_spirv>=2023.0"
42+
"dpcpp_llvm_spirv>=2024.0"
4343
]
4444
description = "An extension for Numba to add data-parallel offload capability"
4545
dynamic = ["version"]

0 commit comments

Comments
 (0)