From fc790ab0a4650188f975ca139313f011d6427a4d Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 29 Jan 2024 13:41:20 -0600 Subject: [PATCH] Change pandas version range (#14919) This PR pins pandas version range from 2.0 through 2.1.4 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-120_arch-x86_64.yaml | 2 +- conda/recipes/cudf/meta.yaml | 2 +- dependencies.yaml | 2 +- python/cudf/pyproject.toml | 2 +- python/dask_cudf/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 18575ba861b..e749d223bea 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -65,7 +65,7 @@ dependencies: - nvcomp==3.0.5 - nvtx>=0.2.1 - packaging -- pandas==2.1.4 +- pandas>=2.0,<2.1.5dev0 - pandoc - pip - pre-commit diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index abbbb7c2758..80ca746fb38 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -63,7 +63,7 @@ dependencies: - nvcomp==3.0.5 - nvtx>=0.2.1 - packaging -- pandas==2.1.4 +- pandas>=2.0,<2.1.5dev0 - pandoc - pip - pre-commit diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index 73cb59bd97a..0dffdc10421 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -76,7 +76,7 @@ requirements: - {{ pin_compatible('protobuf', min_pin='x.x', max_pin='x') }} - python - typing_extensions >=4.0.0 - - pandas >=1.3,<1.6.0dev0 + - pandas >=2.0,<2.1.5dev0 - cupy >=12.0.0 # TODO: Pin to numba<0.58 until #14160 is resolved - numba >=0.57,<0.58 diff --git a/dependencies.yaml b/dependencies.yaml index 96bcf66f99b..cb2102910b5 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -501,7 +501,7 @@ dependencies: packages: - fsspec>=0.6.0 - *numpy - - pandas==2.1.4 + - pandas>=2.0,<2.1.5dev0 run_cudf: common: - output_types: [conda, requirements, pyproject] diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 4e6b8d984b1..81fe0bec325 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "numpy>=1.21", "nvtx>=0.2.1", "packaging", - "pandas==2.1.4", + "pandas>=2.0,<2.1.5dev0", "protobuf>=4.21,<5", "ptxcompiler", "pyarrow>=14.0.1,<15.0.0a0", diff --git a/python/dask_cudf/pyproject.toml b/python/dask_cudf/pyproject.toml index 5f0596a1d6a..52ff31af7ba 100644 --- a/python/dask_cudf/pyproject.toml +++ b/python/dask_cudf/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cupy-cuda11x>=12.0.0", "fsspec>=0.6.0", "numpy>=1.21", - "pandas==2.1.4", + "pandas>=2.0,<2.1.5dev0", "rapids-dask-dependency==24.4.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. classifiers = [