[CI/Build] bump minimum cmake version (#6999)

This commit is contained in:
Daniele 2024-08-13 01:29:20 +02:00 committed by GitHub
parent 91294d56e1
commit 774cd1d3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.26)
project(vllm_extensions LANGUAGES CXX)

View File

@ -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",

View File

@ -1,5 +1,5 @@
# Should be mirrored in pyproject.toml
cmake>=3.21
cmake>=3.26
ninja
packaging
setuptools>=49.4.0

View File

@ -1,5 +1,3 @@
cmake >= 3.21
ninja # For faster builds.
psutil
sentencepiece # Required for LLaMA tokenizer.
numpy < 2.0.0