Skip to content

Commit 319736b

Browse files
committed
Fix triton pin
Signed-off-by: Michał Górny <[email protected]>
1 parent 40956c9 commit 319736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ outputs:
333333
- nomkl # [blas_impl != "mkl"]
334334
# GPU requirements without run_exports
335335
- cudnn <9.11 # [cuda_compiler_version != "None"]
336-
- triton {{ triton }} # [cuda_compiler_version != "None" and not win]
336+
- triton =={{ triton }} # [cuda_compiler_version != "None" and not win]
337337
# avoid that people without GPUs needlessly download ~0.5-1GB
338338
- __cuda # [cuda_compiler_version != "None"]
339339
- python

0 commit comments

Comments
 (0)