Skip to content

Commit

Permalink
Update for CUDA12.6.1 (#15)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
2 parents 8ab55c0 + 13896f2 commit 44cab5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "12.6.0" %}
{% set version = "12.6.1" %}

package:
name: cuda-visual-tools
Expand All @@ -14,10 +14,10 @@ build:

requirements:
run:
- cuda-nsight 12.6.20 # [linux64]
- nsight-compute 2024.3.0.15
- cuda-nvml-dev 12.6.37
- cuda-nvvp 12.6.37 # [not aarch64]
- cuda-nsight 12.6.68 # [linux64]
- nsight-compute 2024.3.1.2
- cuda-nvml-dev 12.6.68
- cuda-nvvp 12.6.68 # [not aarch64]
- cuda-libraries-dev {{ version }}

test:
Expand Down

0 comments on commit 44cab5e

Please sign in to comment.