Skip to content

Commit

Permalink
Bump pinned rapids wheel deps to 23.4 (#12735)
Browse files Browse the repository at this point in the history
We introduced a change to pin RAPIDS wheel dependencies to the same release version. However, branch 23.04 was created before that last PR was merged, so as of now cudf's 23.4 wheels are installing 23.2 RAPIDS dependencies. This PR updates those pins to the current release.

Authors:
  - Sevag H (https://github.com/sevagh)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #12735
  • Loading branch information
sevagh authored Feb 8, 2023
1 parent 0161ba8 commit c20c8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typing_extensions",
# Allow floating minor versions for Arrow.
"pyarrow==10",
f"rmm{cuda_suffix}==23.2.*",
f"rmm{cuda_suffix}==23.4.*",
f"ptxcompiler{cuda_suffix}",
f"cubinlinker{cuda_suffix}",
"cupy-cuda11x",
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fsspec>=0.6.0",
"numpy",
"pandas>=1.0,<1.6.0dev0",
f"cudf{cuda_suffix}==23.2.*",
f"cudf{cuda_suffix}==23.4.*",
"cupy-cuda11x",
]

Expand Down

0 comments on commit c20c8b4

Please sign in to comment.