Skip to content

Commit

Permalink
fix pylibcudf alphaspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 9, 2024
1 parent 67193a8 commit efca003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ dependencies:
common:
- output_types: conda
packages:
- &pylibcudf_unsuffixed pylibcudf==24.10.*,>=0.0.0a0
- &pylibcudf_unsuffixed pylibcudf==24.10.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -855,12 +855,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu12==24.10.*,>=0.0.0a0
- pylibcudf-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu11==24.10.*,>=0.0.0a0
- pylibcudf-cu11==24.10.*
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
depends_on_cudf:
common:
Expand Down
4 changes: 2 additions & 2 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"pandas>=2.0,<2.2.3dev0",
"ptxcompiler",
"pyarrow>=14.0.0,<18.0.0a0",
"pylibcudf==24.10.*,>=0.0.0a0",
"pylibcudf==24.10.*",
"rich",
"rmm==24.10.*",
"typing_extensions>=4.0.0",
Expand Down Expand Up @@ -134,7 +134,7 @@ requires = [
"libcudf==24.10.*",
"librmm==24.10.*",
"ninja",
"pylibcudf==24.10.*,>=0.0.0a0",
"pylibcudf==24.10.*",
"rmm==24.10.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down
2 changes: 1 addition & 1 deletion python/cudf_polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"polars>=1.8,<1.9",
"pylibcudf==24.10.*,>=0.0.0a0",
"pylibcudf==24.10.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit efca003

Please sign in to comment.