Skip to content

Commit dd9bc3c

Browse files
authored
DEV: Prepare main for 25.01 developement (rapidsai#7)
This updates our and legate/cupynumeric versions to 25.01 (development). The biggest follow-up tasks to do soon(ish) is that we should update to RAPID 24.10 including rapids-cmake 24.10. IIUC, this means that we have to switch to `scikit-build-core`, which may be some work. Signed-off-by: Sebastian Berg <[email protected]>
1 parent 9fde799 commit dd9bc3c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.11.00
1+
25.01.00.dev

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ dependencies:
1919
- cuda-version=12.4
2020
- cudf==24.08.*,>=0.0.0a0
2121
- cupy>=12.0.0
22-
- cupynumeric==24.11.*
22+
- cupynumeric==25.01.*,>=0.0.0.dev0
2323
- cxx-compiler
2424
- cython>=3.0.0
2525
- dask-cuda==24.08.*
2626
- dask-cudf==24.08.*
2727
- gcc_linux-64=11.*
28-
- legate==24.11.01
28+
- legate==25.01.*,>=0.0.0.dev0
2929
- libcudf==24.08.*,>=0.0.0a0
3030
- librmm==24.08.*,>=0.0.0a0
3131
- make

conda/recipes/legate-dataframe/conda_build_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cuda11_compiler:
2020
- nvcc
2121

2222
legate_version:
23-
- "=24.11.01"
23+
- "=25.01.*,>=0.0.0.dev0"
2424

2525
rapids_version:
2626
- =24.08.*

dependencies.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies:
154154
common:
155155
- output_types: [conda, requirements, pyproject]
156156
packages:
157-
- cupynumeric==24.11.*
157+
- cupynumeric==25.01.*,>=0.0.0.dev0
158158
- pytest>=7.0
159159
- dask-cuda==24.08.*
160160
- dask-cudf==24.08.*
@@ -196,7 +196,7 @@ dependencies:
196196
common:
197197
- output_types: [conda, pyproject, requirements]
198198
packages:
199-
- legate==24.11.01
199+
- legate==25.01.*,>=0.0.0.dev0
200200

201201
depends_on_libcudf:
202202
common:

python/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = {text = "Apache 2.0"}
2121
requires-python = ">=3.10"
2222
dependencies = [
2323
"cudf==24.08.*,>=0.0.0a0",
24-
"legate==24.11.01",
24+
"legate==25.01.*,>=0.0.0.dev0",
2525
"numpy >=1.23,<3.0.0a0",
2626
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
2727

@@ -32,7 +32,7 @@ License = "https://github.com/rapidsai/legate-dataframe/blob/main/LICENSE"
3232

3333
[project.optional-dependencies]
3434
test = [
35-
"cupynumeric==24.11.*",
35+
"cupynumeric==25.01.*,>=0.0.0.dev0",
3636
"dask-cuda==24.08.*",
3737
"dask-cudf==24.08.*",
3838
"pytest>=7.0",
@@ -42,7 +42,7 @@ test = [
4242
requires = [
4343
"cmake>=3.26.4,!=3.30.0",
4444
"cython>=3.0.0",
45-
"legate==24.11.01",
45+
"legate==25.01.*,>=0.0.0.dev0",
4646
"libcudf==24.08.*,>=0.0.0a0",
4747
"ninja",
4848
"scikit-build>=0.18.0",

0 commit comments

Comments
 (0)