Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rust to conda environments #50

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add rust to conda environments
benfred committed Mar 12, 2024
commit 3e765493603e2c3a0d51a6e0504bcea8b4f85c20
4 changes: 4 additions & 0 deletions conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ channels:
dependencies:
- breathe
- c-compiler
- clang
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
@@ -27,6 +28,7 @@ dependencies:
- graphviz
- gtest>=1.13.0
- ipython
- libclang
- libcublas-dev=11.11.3.6
- libcublas=11.11.3.6
- libcurand-dev=10.3.0.86
@@ -35,6 +37,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- make
- nccl>=2.9.9
- ninja
- numpy>=1.23
@@ -47,6 +50,7 @@ dependencies:
- pytest==7.*
- recommonmark
- rmm==24.4.*
- rust
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
4 changes: 4 additions & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ channels:
dependencies:
- breathe
- c-compiler
- clang
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
@@ -27,6 +28,7 @@ dependencies:
- graphviz
- gtest>=1.13.0
- ipython
- libclang
- libcublas-dev=11.11.3.6
- libcublas=11.11.3.6
- libcurand-dev=10.3.0.86
@@ -35,6 +37,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- make
- nccl>=2.9.9
- ninja
- numpy>=1.23
@@ -47,6 +50,7 @@ dependencies:
- pytest==7.*
- recommonmark
- rmm==24.4.*
- rust
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
4 changes: 4 additions & 0 deletions conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ channels:
dependencies:
- breathe
- c-compiler
- clang
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
@@ -28,10 +29,12 @@ dependencies:
- graphviz
- gtest>=1.13.0
- ipython
- libclang
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- make
- nccl>=2.9.9
- ninja
- numpy>=1.23
@@ -43,6 +46,7 @@ dependencies:
- pytest==7.*
- recommonmark
- rmm==24.4.*
- rust
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
4 changes: 4 additions & 0 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ channels:
dependencies:
- breathe
- c-compiler
- clang
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
@@ -28,10 +29,12 @@ dependencies:
- graphviz
- gtest>=1.13.0
- ipython
- libclang
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- make
- nccl>=2.9.9
- ninja
- numpy>=1.23
@@ -43,6 +46,7 @@ dependencies:
- pytest==7.*
- recommonmark
- rmm==24.4.*
- rust
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ files:
- test_python_common
- test_py_cuvs
- cupy
- rust
test_cpp:
output: none
includes: