File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
4444description = " An extension for Numba to add data-parallel offload capability"
4545dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments