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

Commit

Permalink
remove pins on cudatoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2024
1 parent e67abb1 commit 99472f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cmake>=3.26.4
- cuda-nvtx=11.8
- cuda-version=11.8
- cudatoolkit=11.8
- cudatoolkit
- cudnn=8.8
- cxx-compiler
- cython>=3.0.0
Expand Down
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,22 @@ dependencies:
- matrix:
cuda: "11.2"
packages:
- cudatoolkit=11.2
- cudatoolkit
- cuda-nvtx=11.4 # oldest available
- matrix:
cuda: "11.4"
packages:
- cudatoolkit=11.4
- cudatoolkit
- cuda-nvtx=11.4 # oldest available
- matrix:
cuda: "11.5"
packages:
- cudatoolkit=11.5
- cudatoolkit
- cuda-nvtx=11.5
- matrix:
cuda: "11.8"
packages:
- cudatoolkit=11.8
- cudatoolkit
- cuda-nvtx=11.8
- matrix:
cuda: "12.*"
Expand Down

0 comments on commit 99472f6

Please sign in to comment.