Skip to content

Commit

Permalink
pin more cmake versions (#10570)
Browse files Browse the repository at this point in the history
Pin the CMake version for the cudf_kafka and libcudf yaml file

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #10570
  • Loading branch information
robertmaynard authored Apr 1, 2022
1 parent ee03c1a commit b614a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cudf_kafka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:

requirements:
build:
- cmake >=3.20.1
- cmake >=3.20.1,<3.23
host:
- python
- cython >=0.29,<0.30
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcudf/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_version:
- ">=3.20.1"
- ">=3.20.1,<3.23"

gtest_version:
- "=1.10.0"
Expand Down

0 comments on commit b614a9a

Please sign in to comment.