Skip to content

Commit

Permalink
Pin to gcc 13.*
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 13, 2025
1 parent fa88f0d commit f3709cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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,7 @@ dependencies:
- cuda-version=12.5
- cupy>=12.0.0
- cxx-compiler
- gcc_linux-64>=11,<14
- gcc_linux-64=13.*
- imagecodecs>=2021.6.8
- ipython
- lazy_loader>=0.1
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ dependencies:
arch: x86_64
cuda: "12.*"
packages:
- gcc_linux-64>=11,<14
- gcc_linux-64=13.*
- cuda-nvcc
- matrix:
arch: aarch64
cuda: "12.*"
packages:
- gcc_linux-aarch64>=11,<14
- gcc_linux-aarch64=13.*
- cuda-nvcc
checks:
common:
Expand Down

0 comments on commit f3709cf

Please sign in to comment.