Skip to content

Commit 233ffce

Browse files
authored
[Build/CI] Move ninja to common deps (#14835)
Signed-off-by: Russell Bryant <[email protected]>
1 parent 4067778 commit 233ffce

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

requirements/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ cloudpickle # allows pickling lambda functions in model_executor/models/registry
3838
watchfiles # required for http server to monitor the updates of TLS files
3939
python-json-logger # Used by logging as per examples/other/logging_configuration.md
4040
scipy # Required for phi-4-multimodal-instruct
41+
ninja # Required for xgrammar, rocm, tpu, xpu

requirements/rocm-build.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ torchvision==0.20.1
77
torchaudio==2.5.1
88

99
cmake>=3.26
10-
ninja
1110
packaging
1211
setuptools>=61
1312
setuptools-scm>=8

requirements/tpu.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Dependencies for TPU
55
cmake>=3.26
6-
ninja
76
packaging
87
setuptools-scm>=8
98
wheel

requirements/xpu.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
ray>=2.9
55
cmake>=3.26
6-
ninja
76
packaging
87
setuptools-scm>=8
98
setuptools>=75.8.0
@@ -21,4 +20,4 @@ pytorch-triton-xpu
2120
# FIXME: This will be fix in ipex 2.7. just leave this here for awareness.
2221
# intel-extension-for-pytorch==2.6.10+xpu
2322
oneccl_bind_pt==2.6.0+xpu
24-
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
23+
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/

0 commit comments

Comments
 (0)