From 39e12c8bb1ab6e4ff47f1a4e3660eb3a97077c10 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 19 Jul 2026 11:14:35 -0700 Subject: [PATCH] rm cffi, it's a raylib transitive dep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5895a2a095..6d9f3923a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ dependencies = [ "tqdm", # cars (fw_versions.py) on start + many one-off uses # core - "cffi", "scons", "pycapnp==2.1.0", # 2.2 introduces a memory leak due to cyclic references "Cython",