v1.0.0; fix bugs

This commit is contained in:
wty-yy
2025-12-30 11:15:37 +08:00
parent 587d014683
commit 5a5500668b
6 changed files with 20 additions and 14 deletions

View File

@@ -10,7 +10,8 @@ setup(
packages=find_packages(),
install_requires=[
"torch", # Refer: https://pytorch.org/get-started/locally/
"numpy>=1.20.0",
"numpy==1.20.0",
"pillow==9.0.0",
"mujoco>=3.0.0",
"dm_control>=1.0.14",
"scipy",