From 48069c19382b10ba709ffd2bc32259d2370552dd Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Mon, 7 Jul 2025 11:38:24 -0700 Subject: [PATCH 1/2] exclude ninja from required packages Signed-off-by: Phuong Nguyen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef112d2798..66963e2d60 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ # See LICENSE for license information. [build-system] -requires = ["setuptools>=61.0", "cmake>=3.21", "wheel", "pybind11[global]", "ninja", "pip", "torch>=2.1", "jax[cuda12]", "flax>=0.7.1"] +requires = ["setuptools>=61.0", "cmake>=3.21", "wheel", "pybind11[global]", "pip", "torch>=2.1", "jax[cuda12]", "flax>=0.7.1"] # Use legacy backend to import local packages in setup.py build-backend = "setuptools.build_meta:__legacy__" From 6b80a86bbe55970c337cc7f5bd9a2368ac4b1136 Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Mon, 7 Jul 2025 14:22:13 -0700 Subject: [PATCH 2/2] update README.rst Signed-off-by: Phuong Nguyen --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cfd5c687e4..a2327e025e 100644 --- a/README.rst +++ b/README.rst @@ -159,7 +159,7 @@ System Requirements * Compiler: GCC 9+ or Clang 10+ with C++17 support * Python: 3.12 recommended -* **Source Build Requirements:** CMake 3.18+, Ninja, Git 2.17+, pybind11 2.6.0+ +* **Source Build Requirements:** CMake 3.18+, Git 2.17+, pybind11 2.6.0+ * **Notes:** FP8 features require Compute Capability 8.9+ (Ada/Hopper/Blackwell)