Skip to content

Commit

Permalink
update conda build config
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Oct 4, 2024
1 parent 984a9d7 commit 32c8fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/conda/recipes/libmrc/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
# limitations under the License.

c_compiler_version:
- 11.2
- 12.1

cxx_compiler_version:
- 11.2
- 12.1

cuda_compiler:
- cuda-nvcc

cuda_compiler_version:
- 12.1
- 12.5

python:
- 3.10

# Setup the dependencies to build with multiple versions of RAPIDS
rapids_version: # Keep around compatibility with current version -2
- 24.06
- 24.10

0 comments on commit 32c8fb6

Please sign in to comment.