Skip to content

Commit

Permalink
Change pandas version range (rapidsai#14919)
Browse files Browse the repository at this point in the history
This PR pins pandas version range from 2.0 through 2.1.4
  • Loading branch information
galipremsagar authored Jan 29, 2024
1 parent f69ae1d commit fc790ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 @@ -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 = [
Expand Down

0 comments on commit fc790ab

Please sign in to comment.