Skip to content

Commit 3858d64

Browse files
committed
REL v25.08.00 release
1 parent 42786a2 commit 3858d64

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies:
88
- bokeh>=3.1,<=3.6.3
99
- bokeh_sampledata
1010
- cuda-version=12.9
11-
- cudf==25.8.*,>=0.0.0a0
12-
- cugraph==25.8.*,>=0.0.0a0
11+
- cudf==25.8.*
12+
- cugraph==25.8.*
1313
- cupy>=12.0.0
14-
- dask-cuda==25.8.*,>=0.0.0a0
15-
- dask-cudf==25.8.*,>=0.0.0a0
14+
- dask-cuda==25.8.*
15+
- dask-cudf==25.8.*
1616
- datashader>=0.15
1717
- geopandas>=0.11.0
1818
- holoviews>=1.16.0,<1.21.0a0

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies:
88
- bokeh>=3.1,<=3.6.3
99
- bokeh_sampledata
1010
- cuda-version=12.9
11-
- cudf==25.8.*,>=0.0.0a0
12-
- cugraph==25.8.*,>=0.0.0a0
11+
- cudf==25.8.*
12+
- cugraph==25.8.*
1313
- cupy>=12.0.0
14-
- dask-cuda==25.8.*,>=0.0.0a0
15-
- dask-cudf==25.8.*,>=0.0.0a0
14+
- dask-cuda==25.8.*
15+
- dask-cudf==25.8.*
1616
- datashader>=0.15
1717
- geopandas>=0.11.0
1818
- holoviews>=1.16.0,<1.21.0a0

dependencies.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies:
127127
common:
128128
- output_types: conda
129129
packages:
130-
- cuxfilter==25.8.*,>=0.0.0a0
130+
- cuxfilter==25.8.*
131131
docs:
132132
common:
133133
- output_types: [conda, requirements]
@@ -158,8 +158,8 @@ dependencies:
158158
- notebook>=0.5.0
159159
- output_types: [conda]
160160
packages:
161-
- cugraph==25.8.*,>=0.0.0a0
162-
- dask-cuda==25.8.*,>=0.0.0a0
161+
- cugraph==25.8.*
162+
- dask-cuda==25.8.*
163163
py_version:
164164
specific:
165165
- output_types: conda
@@ -205,9 +205,9 @@ dependencies:
205205
- panel>=1.0
206206
- output_types: conda
207207
packages:
208-
- &cudf_unsuffixed cudf==25.8.*,>=0.0.0a0
208+
- &cudf_unsuffixed cudf==25.8.*
209209
- cupy>=12.0.0
210-
- &dask_cudf_unsuffixed dask-cudf==25.8.*,>=0.0.0a0
210+
- &dask_cudf_unsuffixed dask-cudf==25.8.*
211211
- nodejs>=18
212212
- libwebp-base
213213
specific:
@@ -217,9 +217,9 @@ dependencies:
217217
cuda: "12.*"
218218
cuda_suffixed: "true"
219219
packages:
220-
- cudf-cu12==25.8.*,>=0.0.0a0
220+
- cudf-cu12==25.8.*
221221
- &cupy_cu12 cupy-cuda12x>=12.0.0
222-
- dask-cudf-cu12==25.8.*,>=0.0.0a0
222+
- dask-cudf-cu12==25.8.*
223223
- matrix:
224224
cuda: "12.*"
225225
cuda_suffixed: "false"
@@ -250,7 +250,7 @@ dependencies:
250250
- *cudf_unsuffixed
251251
- cupy>=12.0.0
252252
- *dask_cudf_unsuffixed
253-
- cuxfilter==25.8.*,>=0.0.0a0
253+
- cuxfilter==25.8.*
254254
- python>=3.10,<3.14
255255
- pytest-benchmark
256256
- pytest-xdist

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ license = { text = "Apache-2.0" }
1919
requires-python = ">=3.10"
2020
dependencies = [
2121
"bokeh>=3.1,<=3.6.3",
22-
"cudf==25.8.*,>=0.0.0a0",
22+
"cudf==25.8.*",
2323
"cupy-cuda12x>=12.0.0",
24-
"dask-cudf==25.8.*,>=0.0.0a0",
24+
"dask-cudf==25.8.*",
2525
"datashader>=0.15",
2626
"geopandas>=0.11.0",
2727
"holoviews>=1.16.0,<1.21.0a0",

0 commit comments

Comments
 (0)