From 5e6bde07abc5ca51cef3e21377398a12927e0da7 Mon Sep 17 00:00:00 2001 From: Baruch Tabanpour Date: Mon, 4 Aug 2025 09:46:05 -0700 Subject: [PATCH] Patch fix to pyproject.toml for internal CI. PiperOrigin-RevId: 790786985 Change-Id: I3f70896857296519ff6984c1b85056e671794808 --- mjx/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mjx/pyproject.toml b/mjx/pyproject.toml index 38a21389..b8aeaf44 100644 --- a/mjx/pyproject.toml +++ b/mjx/pyproject.toml @@ -33,8 +33,8 @@ dependencies = [ "mujoco>=3.3.5.dev0", "scipy", "trimesh", - "warp-lang==1.8.0; python_version >= '3.12' and sys_platform == 'linux'", - "warp-lang==1.8.0; python_version >= '3.12' and sys_platform == 'win32'", + # "warp-lang==1.8.0; python_version >= '3.12' and sys_platform == 'linux'", + # "warp-lang==1.8.0; python_version >= '3.12' and sys_platform == 'win32'", ] [project.scripts]