Skip to content

Commit

Permalink
Merge pull request #15626 from rapidsai/branch-24.04
Browse files Browse the repository at this point in the history
[HOTFIX] v24.04.01
  • Loading branch information
raydouglass authored May 1, 2024
2 parents 578c240 + acbb30a commit 069a50e
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -68,7 +68,7 @@ dependencies:
- pandoc
- pip
- pre-commit
- protobuf>=4.21,<5
- protobuf>=3.20,<5
- ptxcompiler
- pyarrow==14.0.2.*
- pydata-sphinx-theme!=0.14.2
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies:
- pandoc
- pip
- pre-commit
- protobuf>=4.21,<5
- protobuf>=3.20,<5
- pyarrow==14.0.2.*
- pydata-sphinx-theme!=0.14.2
- pynvjitlink
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:
{% endif %}
- cuda-version ={{ cuda_version }}
run:
- {{ pin_compatible('protobuf', min_pin='x.x', max_pin='x') }}
- protobuf >=3.20,<5.0a0
- python
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.2dev0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ dependencies:
- output_types: conda
packages:
- &rmm_conda rmm==24.4.*
- &protobuf protobuf>=4.21,<5
- &protobuf protobuf>=3.20,<5
- pip
- pip:
- git+https://github.com/python-streamz/streamz.git@master
Expand Down
4 changes: 3 additions & 1 deletion python/cudf/cudf/tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ filterwarnings =
error
ignore:::.*xdist.*
ignore:::.*pytest.*
# Deprecation warning from Pyarrow Table.to_pandas() with pandas-2.2+
ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning
# Above deprecation warning comes from Pyarrow Table.to_pandas() with pandas-2.2+
# PerformanceWarning from cupy warming up the JIT cache
ignore:Jitify is performing a one-time only warm-up to populate the persistent cache:cupy._util.PerformanceWarning
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"nvtx>=0.2.1",
"packaging",
"pandas>=2.0,<2.2.2dev0",
"protobuf>=4.21,<5",
"protobuf>=3.20,<5",
"ptxcompiler",
"pyarrow>=14.0.1,<15.0.0a0",
"rich",
Expand Down

0 comments on commit 069a50e

Please sign in to comment.