Skip to content

Commit

Permalink
Bump to protobuf>=4.22,<4.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 28, 2023
1 parent 2731889 commit 563909c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -49,7 +49,7 @@ dependencies:
- pandoc<=2.0.0
- pip
- pre-commit
- protobuf>=4.21.6,<4.22
- protobuf>=4.22,<4.23
- ptxcompiler
- pyarrow=10
- pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requirements:
- ninja
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- protobuf >=4.21.6,<4.22
- protobuf >=4.22,<4.23
- python
- cython >=0.29,<0.30
- scikit-build >=0.13.1
Expand All @@ -57,7 +57,7 @@ requirements:
- rmm ={{ minor_version }}
- cudatoolkit ={{ cuda_version }}
run:
- protobuf >=4.21.6,<4.22
- protobuf >=4.22,<4.23
- python
- typing_extensions
- pandas >=1.0,<1.6.0dev0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies:
- c-compiler
- cxx-compiler
- librdkafka=1.7.0
- protobuf>=4.21.6,<4.22
- protobuf>=4.22,<4.23
specific:
- output_types: conda
matrices:
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"nvtx>=0.2.1",
"packaging",
"pandas>=1.0,<1.6.0dev0",
"protobuf>=4.21.6,<4.22",
"protobuf>=4.22,<4.23",
"typing_extensions",
# Allow floating minor versions for Arrow.
"pyarrow==10",
Expand Down

0 comments on commit 563909c

Please sign in to comment.