Fix boundary value and torch warning

This commit is contained in:
wty-yy
2026-06-26 21:26:22 +08:00
parent efde17bd87
commit 9c172a0d39
3 changed files with 10 additions and 2 deletions

View File

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