Skip to content

Commit

Permalink
REL v24.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2024
1 parent 2d4b087 commit eef5fa5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eef5fa5

Please sign in to comment.