Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Apr 22, 2024
1 parent 1d3f51d commit 3faf4b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ requirements:
- dpctl
- dpnp
- numba-dpex
- dpcpp-llvm-spirv >=2023.0 # [not win]
- dpcpp-llvm-spirv >=2023.0,<2024.1 # [win]
run:
- python
- tomli
Expand All @@ -48,6 +50,9 @@ requirements:
- dpctl
- dpnp
- numba-dpex
# TODO: temporary fix, because IGC is broken for output produced by llvm-spirv 2024.1 on windows
- {{ pin_compatible('dpcpp-llvm-spirv', min_pin='x.x', max_pin='x') }} # [not win]
- {{ pin_compatible('dpcpp-llvm-spirv', min_pin='x.x', max_pin='x', upper_bound='2024.1') }} # [win]

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"dpnp",
"numba",
"numba_dpex",
"dpcpp_llvm_spirv>=2023.0.0",
"dpcpp_llvm_spirv>=2023.0",
]
dynamic =["version"]

Expand Down

0 comments on commit 3faf4b8

Please sign in to comment.