Skip to content

Commit

Permalink
REL v0.40.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Oct 9, 2024
1 parent 271aa9e commit 773cd1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,20 +225,20 @@ dependencies:
- pytest-rerunfailures
- output_types: [conda]
packages:
- &cudf_unsuffixed cudf==24.10.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.10.*
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==24.10.*,>=0.0.0a0
- cudf-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==24.10.*,>=0.0.0a0
- cudf-cu11==24.10.*
- matrix:
packages:
- *cudf_unsuffixed
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ classifiers = [
[project.optional-dependencies]
test = [
"cloudpickle",
"cudf==24.10.*,>=0.0.0a0",
"cudf==24.10.*",
"cupy-cuda12x>=12.0.0",
"dask",
"distributed",
Expand Down

0 comments on commit 773cd1e

Please sign in to comment.