Skip to content

Commit

Permalink
Update pinning to allow newer CMake versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 12, 2022
1 parent c9e16c7 commit a704962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- clang-tools=11.1.0
- cupy>=9.5.0,<11.0.0a0
- rmm=22.06.*
- cmake>=3.20.1,<3.23
- cmake>=3.20.1,!=3.23.0
- cmake_setuptools>=0.1.3
- python>=3.7,<3.9
- numba>=0.54
Expand Down
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,<3.23
- cmake >=3.20.1,!=3.23.0
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.23"
- ">=3.20.1,!=3.23.0"

gtest_version:
- "=1.10.0"
Expand Down

0 comments on commit a704962

Please sign in to comment.