From d5d48099a841c9c6bda4eafe20a871d8865a296d Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Tue, 24 Oct 2023 11:52:23 -0700 Subject: [PATCH] test pinning py version --- conda/recipes/cugraph/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index f9bf54a2ef4..9c768d69f61 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -58,7 +58,7 @@ requirements: - cython >=3.0.0 - libcugraph ={{ version }} - pylibraft ={{ minor_version }} - - python + - python >=3.9,<3.10.0a0 - raft-dask ={{ minor_version }} - rmm ={{ minor_version }} - scikit-build >=0.13.1