From 50eb1452e86acb0f59bdeae5fe43e04ed71b28db Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 23 Jul 2026 12:01:30 +0200 Subject: [PATCH 1/2] Bump nightly pins --- envs/environment.yaml | 4 ++-- envs/pixi.toml | 4 ++-- envs/pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index e9439ab..c3e5687 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -12,8 +12,8 @@ dependencies: - xarray - netcdf4 - cupy>=14 - - cudf=26.8.0a894 - - cuml=26.8.0a145 + - cudf=26.8.0a982 + - cuml=26.8.0a230 - cuda-python - cupy-xarray - cuda-core diff --git a/envs/pixi.toml b/envs/pixi.toml index 1151a50..6810290 100644 --- a/envs/pixi.toml +++ b/envs/pixi.toml @@ -14,7 +14,7 @@ cupy = ">=14" cuda-python = "*" cupy-xarray = "*" cuda-core = "*" -cudf = "26.8.0a894" -cuml = "26.8.0a145" +cudf = "26.8.0a982" +cuml = "26.8.0a230" ipykernel = "*" rapids-cli = ">=0.2.0" diff --git a/envs/pyproject.toml b/envs/pyproject.toml index 71e53df..27a83c4 100644 --- a/envs/pyproject.toml +++ b/envs/pyproject.toml @@ -12,8 +12,8 @@ dependencies = [ "netCDF4", "cupy-xarray", "cuda-core[cu13]", - "cudf-cu13==26.8.0a894", - "cuml-cu13==26.8.0a145", + "cudf-cu13==26.8.0a982", + "cuml-cu13==26.8.0a230", "dask-cuda==26.8.0a13", "jupyterlab-nvdashboard>=0.15", "rapids-cli>=0.2.0", From 5aae23f873797cec5b9b4588f0b114cbeeeca178 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 23 Jul 2026 13:05:54 +0200 Subject: [PATCH 2/2] Fix cuml pin --- envs/environment.yaml | 2 +- envs/pixi.toml | 2 +- envs/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index c3e5687..9e2414c 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -13,7 +13,7 @@ dependencies: - netcdf4 - cupy>=14 - cudf=26.8.0a982 - - cuml=26.8.0a230 + - cuml=26.8.0a161 - cuda-python - cupy-xarray - cuda-core diff --git a/envs/pixi.toml b/envs/pixi.toml index 6810290..281364c 100644 --- a/envs/pixi.toml +++ b/envs/pixi.toml @@ -15,6 +15,6 @@ cuda-python = "*" cupy-xarray = "*" cuda-core = "*" cudf = "26.8.0a982" -cuml = "26.8.0a230" +cuml = "26.8.0a161" ipykernel = "*" rapids-cli = ">=0.2.0" diff --git a/envs/pyproject.toml b/envs/pyproject.toml index 27a83c4..64682e6 100644 --- a/envs/pyproject.toml +++ b/envs/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "cupy-xarray", "cuda-core[cu13]", "cudf-cu13==26.8.0a982", - "cuml-cu13==26.8.0a230", + "cuml-cu13==26.8.0a161", "dask-cuda==26.8.0a13", "jupyterlab-nvdashboard>=0.15", "rapids-cli>=0.2.0",