Skip to content

Commit 362b935

Browse files
authored
Define python dependency range as a matrix fallback. (#1409)
This PR moves the definition of `python>=3.9,<3.11` into the `py_version` dependency list, under the empty (fallback) matrix. This change aligns RMM's `dependencies.yaml` with other RAPIDS repositories. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: #1409
1 parent 57ed533 commit 362b935

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dependencies.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
- cudatoolkit
1212
- develop
1313
- docs
14+
- py_version
1415
- run
1516
- test_python
1617
test_python:
@@ -72,7 +73,6 @@ dependencies:
7273
- fmt>=10.1.1,<11
7374
- scikit-build-core>=0.7.0
7475
- spdlog>=1.12.0,<1.13
75-
- python>=3.9,<3.11
7676
- output_types: [requirements, pyproject]
7777
packages:
7878
- scikit-build-core[pyproject]>=0.7.0
@@ -195,6 +195,9 @@ dependencies:
195195
py: "3.10"
196196
packages:
197197
- python=3.10
198+
- matrix:
199+
packages:
200+
- python>=3.9,<3.11
198201
run:
199202
common:
200203
- output_types: [conda, requirements, pyproject]

0 commit comments

Comments
 (0)