Skip to content

Commit efca003

Browse files
committed
fix pylibcudf alphaspecs
1 parent 67193a8 commit efca003

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ dependencies:
841841
common:
842842
- output_types: conda
843843
packages:
844-
- &pylibcudf_unsuffixed pylibcudf==24.10.*,>=0.0.0a0
844+
- &pylibcudf_unsuffixed pylibcudf==24.10.*
845845
- output_types: requirements
846846
packages:
847847
# pip recognizes the index as a global option for the requirements.txt file
@@ -855,12 +855,12 @@ dependencies:
855855
cuda: "12.*"
856856
cuda_suffixed: "true"
857857
packages:
858-
- pylibcudf-cu12==24.10.*,>=0.0.0a0
858+
- pylibcudf-cu12==24.10.*
859859
- matrix:
860860
cuda: "11.*"
861861
cuda_suffixed: "true"
862862
packages:
863-
- pylibcudf-cu11==24.10.*,>=0.0.0a0
863+
- pylibcudf-cu11==24.10.*
864864
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
865865
depends_on_cudf:
866866
common:

python/cudf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"pandas>=2.0,<2.2.3dev0",
3232
"ptxcompiler",
3333
"pyarrow>=14.0.0,<18.0.0a0",
34-
"pylibcudf==24.10.*,>=0.0.0a0",
34+
"pylibcudf==24.10.*",
3535
"rich",
3636
"rmm==24.10.*",
3737
"typing_extensions>=4.0.0",
@@ -134,7 +134,7 @@ requires = [
134134
"libcudf==24.10.*",
135135
"librmm==24.10.*",
136136
"ninja",
137-
"pylibcudf==24.10.*,>=0.0.0a0",
137+
"pylibcudf==24.10.*",
138138
"rmm==24.10.*",
139139
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
140140

python/cudf_polars/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = { text = "Apache 2.0" }
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"polars>=1.8,<1.9",
23-
"pylibcudf==24.10.*,>=0.0.0a0",
23+
"pylibcudf==24.10.*",
2424
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2525
classifiers = [
2626
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)