Skip to content

Commit

Permalink
Update cmake min
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 1, 2023
1 parent 56e190d commit 550223f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ skip = [
]

[tool.scikit-build]
# TODO: There doesn't appear to be any way to be more specific about requirements, i.e. we can't skip specific versions if they are broken.
cmake.minimum-version = "3.23.1"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
cmake.build-type = "Release"
sdist.reproducible = true
Expand Down
3 changes: 1 addition & 2 deletions python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ skip = [
]

[tool.scikit-build]
# TODO: There doesn't appear to be any way to be more specific about requirements, i.e. we can't skip specific versions if they are broken.
cmake.minimum-version = "3.23.1"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
cmake.build-type = "Release"
sdist.reproducible = true
Expand Down

0 comments on commit 550223f

Please sign in to comment.