[Build/CI] Move ninja to common deps (#14835)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
40677783aa
commit
233ffce1eb
@ -38,3 +38,4 @@ cloudpickle # allows pickling lambda functions in model_executor/models/registry
|
||||
watchfiles # required for http server to monitor the updates of TLS files
|
||||
python-json-logger # Used by logging as per examples/other/logging_configuration.md
|
||||
scipy # Required for phi-4-multimodal-instruct
|
||||
ninja # Required for xgrammar, rocm, tpu, xpu
|
||||
|
@ -7,7 +7,6 @@ torchvision==0.20.1
|
||||
torchaudio==2.5.1
|
||||
|
||||
cmake>=3.26
|
||||
ninja
|
||||
packaging
|
||||
setuptools>=61
|
||||
setuptools-scm>=8
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
# Dependencies for TPU
|
||||
cmake>=3.26
|
||||
ninja
|
||||
packaging
|
||||
setuptools-scm>=8
|
||||
wheel
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
ray>=2.9
|
||||
cmake>=3.26
|
||||
ninja
|
||||
packaging
|
||||
setuptools-scm>=8
|
||||
setuptools>=75.8.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user