Skip to content

Commit

Permalink
Fix cuDF version dependencies.yaml and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Sep 23, 2024
1 parent 46e8f57 commit 0cb1b9d
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==.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==.*,>=0.0.0a0
- cudf-cu12==24.12.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==.*,>=0.0.0a0
- cudf-cu11==24.12.*,>=0.0.0a0
- 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==.*,>=0.0.0a0",
"cudf==24.12.*,>=0.0.0a0",
"cupy-cuda12x>=12.0.0",
"dask",
"distributed",
Expand Down

0 comments on commit 0cb1b9d

Please sign in to comment.