From ff974de4d88e70eee6704589310800fd1fec5804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:40:50 +0000 Subject: [PATCH 1/3] chore(deps): bump wntrblm/nox in the actions group Bumps the actions group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox). Updates `wntrblm/nox` from 2024.04.15 to 2024.10.09 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3517d109c..3fef9cc49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -336,7 +336,7 @@ jobs: - uses: astral-sh/setup-uv@v3 - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.12" From ffb1aa0ab738f8cd52986a684e2067f498412986 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 14 Oct 2024 23:46:24 -0400 Subject: [PATCH 2/3] ci: use old ubuntu for 3.7 Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fef9cc49..ccfd041a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,13 @@ jobs: - python-version: "3.13" runs-on: windows-latest cmake-version: "3.26.x" + - python-version: "3.7" + runs-on: ubuntu-22.04 + cmake-version: "3.15.x" + exclude: + - python-version: "3.7" + runs-on: ubuntu-latest + cmake-version: "3.15.x" steps: - uses: actions/checkout@v4 From cbff0685feec4b406b6c72c37bd677a56d2b1a9c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 15 Oct 2024 00:05:04 -0400 Subject: [PATCH 3/3] docs: fix link Signed-off-by: Henry Schreiner --- docs/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects.md b/docs/projects.md index 8717ff533..75dc87817 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -49,7 +49,7 @@ scikit-build-core, but they are not published on PyPI. A few of them are: - CuDF ([source](https://github.com/rapidsai/cudf/blob/HEAD/python/cudf/pyproject.toml)) - CuGraph ([source](https://github.com/rapidsai/cugraph/blob/HEAD/python/cugraph/pyproject.toml)) -- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/pyproject.toml)) +- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/cuml/pyproject.toml)) - CuSpatial ([source](https://github.com/rapidsai/cuspatial/blob/HEAD/python/cuspatial/pyproject.toml)) - RMM ([source](https://github.com/rapidsai/rmm/blob/HEAD/python/rmm/pyproject.toml)) - Raft ([source](https://github.com/rapidsai/raft/blob/HEAD/python/pylibraft/pyproject.toml))