From 85340bbf224f7a99e2a163b2ff649299ca06e8fa Mon Sep 17 00:00:00 2001 From: ncclementi Date: Mon, 13 Jul 2026 13:50:28 -0500 Subject: [PATCH] pin nightlies in envs --- envs/environment.yaml | 4 ++-- envs/pixi.toml | 4 ++-- envs/pyproject.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 6225d31..e9439ab 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -12,8 +12,8 @@ dependencies: - xarray - netcdf4 - cupy>=14 - - cudf=26.8 - - cuml=26.8 + - cudf=26.8.0a894 + - cuml=26.8.0a145 - cuda-python - cupy-xarray - cuda-core diff --git a/envs/pixi.toml b/envs/pixi.toml index 62034be..1151a50 100644 --- a/envs/pixi.toml +++ b/envs/pixi.toml @@ -14,7 +14,7 @@ cupy = ">=14" cuda-python = "*" cupy-xarray = "*" cuda-core = "*" -cudf = "26.8.*" -cuml = "26.8.*" +cudf = "26.8.0a894" +cuml = "26.8.0a145" ipykernel = "*" rapids-cli = ">=0.2.0" diff --git a/envs/pyproject.toml b/envs/pyproject.toml index 72aa27f..71e53df 100644 --- a/envs/pyproject.toml +++ b/envs/pyproject.toml @@ -12,9 +12,9 @@ dependencies = [ "netCDF4", "cupy-xarray", "cuda-core[cu13]", - "cudf-cu13>=26.8.0a0,<=26.8", - "cuml-cu13>=26.8.0a0,<=26.8", - "dask-cuda>=26.8.0a0,<=26.8", + "cudf-cu13==26.8.0a894", + "cuml-cu13==26.8.0a145", + "dask-cuda==26.8.0a13", "jupyterlab-nvdashboard>=0.15", "rapids-cli>=0.2.0", ]