Skip to content

Commit

Permalink
REL v25.02.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 27, 2025
1 parent 2288c01 commit b1efe69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.02.00
25.02.01
2 changes: 1 addition & 1 deletion java/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ scl enable gcc-toolset-11 "java/ci/build-in-docker.sh"

### The output

You can find the cuDF jar in java/target/ like cudf-25.02.0-SNAPSHOT-cuda11.jar.
You can find the cuDF jar in java/target/ like cudf-25.02.1-SNAPSHOT-cuda11.jar.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>25.02.0-SNAPSHOT</version>
<version>25.02.1-SNAPSHOT</version>

<name>cudfjni</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion python/libcudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
]
dependencies = [
"libkvikio==25.2.*,>=0.0.0a0",
"libkvikio==25.2.*",
"nvidia-nvcomp==4.2.0.11",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit b1efe69

Please sign in to comment.