build: make environment adapt to Nixos

This commit is contained in:
2025-12-08 16:04:06 +08:00
parent 3bc68ced4c
commit 7c09706628
3 changed files with 221 additions and 111 deletions

View File

@@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"mujoco>=3.4.0",
"robosuite>=1.5.1",
"robosuite-models>=1.0.0",
"torch>=2.9.1",
"torchvision>=0.24.1",
]