Skip to content

Commit 5b32111

Browse files
committed
recipe: Constrain cudatoolkit
1 parent 7d8f52f commit 5b32111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ outputs:
6464
- __cuda >= {{ cuda_version }} # [enable_cuda]
6565
# Ensure a consistent CUDA environment
6666
- cuda-version >= {{ cuda_version }} # [enable_cuda]
67+
- cudatoolkit >= {{ cuda_version }} # [enable_cuda]
6768
test:
6869
script: run_test.sh
6970
files:

0 commit comments

Comments
 (0)