Skip to content

Commit

Permalink
Support RMM 22.12 with Python 3.8 (#318)
Browse files Browse the repository at this point in the history
Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #318
  • Loading branch information
cwharris authored Apr 13, 2023
1 parent e12f307 commit 9d5f85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/conda/recipes/libmrc/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ cuda_compiler_version:
- 11.8

python:
- 3.8
- 3.10

# Setup the dependencies to build with multiple versions of RAPIDS
rapids_version: # Keep around compatibility with current version -1
- 22.10
- 22.12
- 23.02

# Multiple versions of abseil are required to satisfy the solver for some
Expand All @@ -54,6 +55,7 @@ libprotobuf:
- 3.21

zip_keys:
- python
- rapids_version
- libabseil
- grpc_cpp
Expand Down

0 comments on commit 9d5f85c

Please sign in to comment.