Skip to content

Commit

Permalink
put back == to cut a few lines out of the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 20, 2024
1 parent 3b9bd14 commit 3aaf837
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies:
- gcc_linux-64=11.*
- graphviz
- ipython
- libcudf=25.2.*,>=0.0.0a0
- libraft=25.2.*,>=0.0.0a0
- libcudf==25.2.*,>=0.0.0a0
- libraft==25.2.*,>=0.0.0a0
- librmm==25.2.*,>=0.0.0a0
- nbsphinx
- nccl>=2.19
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies:
- graphviz
- ipython
- libcublas-dev
- libcudf=25.2.*,>=0.0.0a0
- libcudf==25.2.*,>=0.0.0a0
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libraft=25.2.*,>=0.0.0a0
- libraft==25.2.*,>=0.0.0a0
- librmm==25.2.*,>=0.0.0a0
- nbsphinx
- nccl>=2.19
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,13 +580,13 @@ dependencies:
common:
- output_types: conda
packages:
- libcudf=25.2.*,>=0.0.0a0
- libcudf==25.2.*,>=0.0.0a0

depends_on_libraft:
common:
- output_types: conda
packages:
- libraft=25.2.*,>=0.0.0a0
- libraft==25.2.*,>=0.0.0a0

depends_on_librmm:
common:
Expand Down

0 comments on commit 3aaf837

Please sign in to comment.