Skip to content

Commit

Permalink
Merge pull request #1 from bdice/patch-1
Browse files Browse the repository at this point in the history
Reorder channels.
  • Loading branch information
shwina authored Oct 25, 2022
2 parents 1e7a1b2 + 7693b26 commit 90f0db3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/builddocs_py37.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: rapids_dev
channels:
- nvidia
- conda-forge
- rapidsai
- nvidia
dependencies:
- cudatoolkit=10.0
- clangdev
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- cudatoolkit=11.0
- cuda-python >=11.7.1,<12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- cudatoolkit=11.4
- cuda-python >=11.7.1,<12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- cudatoolkit=11.5
- cuda-python >=11.7.1,<12.0
Expand Down

0 comments on commit 90f0db3

Please sign in to comment.