Unverified Commit 233ffce1 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[Build/CI] Move ninja to common deps (#14835)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 40677783
...@@ -38,3 +38,4 @@ cloudpickle # allows pickling lambda functions in model_executor/models/registry ...@@ -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 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 python-json-logger # Used by logging as per examples/other/logging_configuration.md
scipy # Required for phi-4-multimodal-instruct scipy # Required for phi-4-multimodal-instruct
ninja # Required for xgrammar, rocm, tpu, xpu
...@@ -7,7 +7,6 @@ torchvision==0.20.1 ...@@ -7,7 +7,6 @@ torchvision==0.20.1
torchaudio==2.5.1 torchaudio==2.5.1
cmake>=3.26 cmake>=3.26
ninja
packaging packaging
setuptools>=61 setuptools>=61
setuptools-scm>=8 setuptools-scm>=8
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# Dependencies for TPU # Dependencies for TPU
cmake>=3.26 cmake>=3.26
ninja
packaging packaging
setuptools-scm>=8 setuptools-scm>=8
wheel wheel
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
ray>=2.9 ray>=2.9
cmake>=3.26 cmake>=3.26
ninja
packaging packaging
setuptools-scm>=8 setuptools-scm>=8
setuptools>=75.8.0 setuptools>=75.8.0
...@@ -21,4 +20,4 @@ pytorch-triton-xpu ...@@ -21,4 +20,4 @@ pytorch-triton-xpu
# FIXME: This will be fix in ipex 2.7. just leave this here for awareness. # FIXME: This will be fix in ipex 2.7. just leave this here for awareness.
# intel-extension-for-pytorch==2.6.10+xpu # intel-extension-for-pytorch==2.6.10+xpu
oneccl_bind_pt==2.6.0+xpu oneccl_bind_pt==2.6.0+xpu
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ --extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment