Skip to content

Commit

Permalink
[CI/Build] bump minimum cmake version (#6999)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored Aug 12, 2024
1 parent 91294d5 commit 774cd1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.26)

project(vllm_extensions LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# Should be mirrored in requirements-build.txt
requires = [
"cmake>=3.21",
"cmake>=3.26",
"ninja",
"packaging",
"setuptools >= 49.4.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Should be mirrored in pyproject.toml
cmake>=3.21
cmake>=3.26
ninja
packaging
setuptools>=49.4.0
Expand Down
2 changes: 0 additions & 2 deletions requirements-common.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake >= 3.21
ninja # For faster builds.
psutil
sentencepiece # Required for LLaMA tokenizer.
numpy < 2.0.0
Expand Down

0 comments on commit 774cd1d

Please sign in to comment.