Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Put dependency in Conda recipe instead
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 12, 2024
1 parent ec47698 commit 0af3a33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-nvcc
- cuda-nvml-dev
- cuda-nvtx
- cuda-version=12.5
- cudnn=8.8
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/libwholegraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requirements:
- cudatoolkit
{% else %}
- cuda-cudart-dev
- cuda-nvml-dev
- cuda-driver-dev
{% endif %}
- cuda-version ={{ cuda_version }}
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ dependencies:
cuda: "12.*"
packages:
- cuda-cudart-dev
- cuda-nvml-dev
- cuda-nvtx
checks:
common:
Expand Down

0 comments on commit 0af3a33

Please sign in to comment.