diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 050d8e2e..f601423e 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -10,12 +10,12 @@ dependencies: - bokeh_sampledata - cuda-version=11.8 - cudatoolkit -- cudf==24.12.*,>=0.0.0a0 -- cugraph==24.12.*,>=0.0.0a0 +- cudf==24.12.* +- cugraph==24.12.* - cupy>=12.0.0 -- cuspatial==24.12.*,>=0.0.0a0 -- dask-cuda==24.12.*,>=0.0.0a0 -- dask-cudf==24.12.*,>=0.0.0a0 +- cuspatial==24.12.* +- dask-cuda==24.12.* +- dask-cudf==24.12.* - datashader>=0.15 - geopandas>=0.11.0 - holoviews>=1.16.0 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 6f5ca234..f52e08b4 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -9,12 +9,12 @@ dependencies: - bokeh>=3.1 - bokeh_sampledata - cuda-version=12.5 -- cudf==24.12.*,>=0.0.0a0 -- cugraph==24.12.*,>=0.0.0a0 +- cudf==24.12.* +- cugraph==24.12.* - cupy>=12.0.0 -- cuspatial==24.12.*,>=0.0.0a0 -- dask-cuda==24.12.*,>=0.0.0a0 -- dask-cudf==24.12.*,>=0.0.0a0 +- cuspatial==24.12.* +- dask-cuda==24.12.* +- dask-cudf==24.12.* - datashader>=0.15 - geopandas>=0.11.0 - holoviews>=1.16.0 diff --git a/dependencies.yaml b/dependencies.yaml index 5feed7bd..00cfd1f7 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -159,8 +159,8 @@ dependencies: - notebook>=0.5.0 - output_types: [conda] packages: - - cugraph==24.12.*,>=0.0.0a0 - - dask-cuda==24.12.*,>=0.0.0a0 + - cugraph==24.12.* + - dask-cuda==24.12.* py_version: specific: - output_types: conda @@ -201,10 +201,10 @@ dependencies: - panel>=1.0 - output_types: conda packages: - - &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0 + - &cudf_unsuffixed cudf==24.12.* - cupy>=12.0.0 - - &cuspatial_unsuffixed cuspatial==24.12.*,>=0.0.0a0 - - &dask_cudf_unsuffixed dask-cudf==24.12.*,>=0.0.0a0 + - &cuspatial_unsuffixed cuspatial==24.12.* + - &dask_cudf_unsuffixed dask-cudf==24.12.* - nodejs>=18 - libwebp-base specific: @@ -214,10 +214,10 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cudf-cu12==24.12.*,>=0.0.0a0 + - cudf-cu12==24.12.* - &cupy_cu12 cupy-cuda12x>=12.0.0 - - cuspatial-cu12==24.12.*,>=0.0.0a0 - - dask-cudf-cu12==24.12.*,>=0.0.0a0 + - cuspatial-cu12==24.12.* + - dask-cudf-cu12==24.12.* - matrix: cuda: "12.*" cuda_suffixed: "false" @@ -232,10 +232,10 @@ dependencies: cuda: "11.*" cuda_suffixed: "true" packages: - - cudf-cu11==24.12.*,>=0.0.0a0 + - cudf-cu11==24.12.* - &cupy_cu11 cupy-cuda11x>=12.0.0 - - cuspatial-cu11==24.12.*,>=0.0.0a0 - - dask-cudf-cu11==24.12.*,>=0.0.0a0 + - cuspatial-cu11==24.12.* + - dask-cudf-cu11==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "false" @@ -269,7 +269,7 @@ dependencies: - cupy>=12.0.0 - *cuspatial_unsuffixed - *dask_cudf_unsuffixed - - cuxfilter==24.12.*,>=0.0.0a0 + - cuxfilter==24.12.* - python>=3.10,<3.13 - pytest-benchmark - pytest-xdist diff --git a/python/pyproject.toml b/python/pyproject.toml index e2c1d374..332935f0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -19,10 +19,10 @@ license = { text = "Apache 2.0" } requires-python = ">=3.10" dependencies = [ "bokeh>=3.1", - "cudf==24.12.*,>=0.0.0a0", + "cudf==24.12.*", "cupy-cuda11x>=12.0.0", - "cuspatial==24.12.*,>=0.0.0a0", - "dask-cudf==24.12.*,>=0.0.0a0", + "cuspatial==24.12.*", + "dask-cudf==24.12.*", "datashader>=0.15", "geopandas>=0.11.0", "holoviews>=1.16.0",