Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pandas pinnings to support 2.2.3 #16882

Merged
merged 29 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1980ce3
upgrade pandas to 2.2.3
galipremsagar Sep 23, 2024
c98e099
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Sep 24, 2024
8a67a3c
Merge branch 'branch-24.12' into pandas_upgrade
vyasr Sep 26, 2024
04948b2
Merge branch 'branch-24.12' into pandas_upgrade
vyasr Sep 27, 2024
8d0a8fd
Merge remote-tracking branch 'upstream/branch-24.12' into pandas_upgrade
galipremsagar Sep 29, 2024
0a6c722
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 2, 2024
8368f9c
Merge branch 'pandas_upgrade' of https://github.com/galipremsagar/cud…
galipremsagar Oct 2, 2024
d937341
test
galipremsagar Oct 2, 2024
20170b3
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 2, 2024
a68d021
Merge remote-tracking branch 'upstream/branch-24.12' into pandas_upgrade
galipremsagar Oct 2, 2024
bf094e3
Update test_python_common.sh
galipremsagar Oct 3, 2024
55f1037
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 3, 2024
20d5c78
Update test_python_common.sh
galipremsagar Oct 3, 2024
aaa47e4
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 3, 2024
bdc2082
Update test_python_common.sh
galipremsagar Oct 3, 2024
740ee93
Update test_python_common.sh
galipremsagar Oct 3, 2024
25f85ce
Merge branch 'pandas_upgrade' of https://github.com/galipremsagar/cud…
galipremsagar Oct 3, 2024
5f76da2
test
galipremsagar Oct 3, 2024
53b1aac
Update test_python_cudf.sh
galipremsagar Oct 3, 2024
87d009a
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 3, 2024
43b5d0e
Update test_python_common.sh
galipremsagar Oct 4, 2024
57b4153
fix
galipremsagar Oct 4, 2024
a42ee92
style
galipremsagar Oct 4, 2024
7c7875a
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 4, 2024
49aec35
Update ci/test_python_common.sh
galipremsagar Oct 4, 2024
03749a9
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 4, 2024
5e1c20e
move pin to dependencies.yaml
galipremsagar Oct 4, 2024
14093d7
Merge branch 'pandas_upgrade' of https://github.com/galipremsagar/cud…
galipremsagar Oct 4, 2024
cfa8819
Merge branch 'branch-24.12' into pandas_upgrade
galipremsagar Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/test_python_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source ./ci/test_python_common.sh test_python_cudf

rapids-logger "Check GPU usage"
nvidia-smi

rapids-print-env
EXITCODE=0
trap "EXITCODE=1" ERR
set +e
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
- openpyxl
- packaging
- pandas
- pandas>=2.0,<2.2.3dev0
- pandas>=2.0,<2.2.4dev0
- pandoc
- polars>=1.8,<1.9
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- openpyxl
- packaging
- pandas
- pandas>=2.0,<2.2.3dev0
- pandas>=2.0,<2.2.4dev0
- pandoc
- polars>=1.8,<1.9
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ requirements:
run:
- python
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.3dev0
- pandas >=2.0,<2.2.4dev0
- cupy >=12.0.0
- numba-cuda >=0.0.13
- numpy >=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pylibcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ requirements:
run:
- python
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.3dev0
- pandas >=2.0,<2.2.4dev0
- numpy >=1.23,<3.0a0
- pyarrow>=14.0.0,<18.0.0a0
- {{ pin_compatible('rmm', max_pin='x.x') }}
Expand Down
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ dependencies:
packages:
- fsspec>=0.6.0
- &numpy numpy>=1.23,<3.0a0
- pandas>=2.0,<2.2.3dev0
- pandas>=2.0,<2.2.4dev0
run_pylibcudf:
common:
- output_types: [conda, requirements, pyproject]
Expand Down Expand Up @@ -748,6 +748,10 @@ dependencies:
packages:
- *numba-cuda-dep
- pandas==2.0.*
- matrix: {dependencies: "latest"}
packages:
- numba-cuda==0.0.15
- pandas==2.2.3
- matrix:
packages:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
from packaging import version

PANDAS_CURRENT_SUPPORTED_VERSION = version.parse("2.2.2")
PANDAS_CURRENT_SUPPORTED_VERSION = version.parse("2.2.3")
PANDAS_VERSION = version.parse(pd.__version__)


Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"numpy>=1.23,<3.0a0",
"nvtx>=0.2.1",
"packaging",
"pandas>=2.0,<2.2.3dev0",
"pandas>=2.0,<2.2.4dev0",
"ptxcompiler",
"pyarrow>=14.0.0,<18.0.0a0",
"pylibcudf==24.12.*,>=0.0.0a0",
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"numpy>=1.23,<3.0a0",
"pandas>=2.0,<2.2.3dev0",
"pandas>=2.0,<2.2.4dev0",
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down
Loading