Skip to content

Commit 45eaab2

Browse files
author
Diptorup Deb
authored
Merge pull request #1108 from IntelPython/fix/conda-recipe
Removes spirv-tools as a runtime conda dependency.
2 parents ead772d + 3e44bc4 commit 45eaab2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ requirements:
2626
- python
2727
- numba >=0.57*
2828
- dpctl >=0.14*
29-
- spirv-tools
3029
- dpcpp-llvm-spirv
3130
- dpnp >=0.11*
3231
- packaging

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies:
1414
- dpctl >=0.14*
1515
- dpnp >=0.11*
1616
- mkl >=2021.3.0 # for dpnp
17-
- spirv-tools
1817
- dpcpp-llvm-spirv
1918
- packaging
2019
- pytest

0 commit comments

Comments
 (0)