Patch fix to pyproject.toml for internal CI.
PiperOrigin-RevId: 790786985 Change-Id: I3f70896857296519ff6984c1b85056e671794808
This commit is contained in:
committed by
Copybara-Service
parent
7b9f5bdae7
commit
5e6bde07ab
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user