fixed setup.py

This commit is contained in:
ottofabian 2021-09-14 14:52:03 +02:00
parent 20132e54d3
commit cc01ca2d18

View File

@ -8,10 +8,11 @@ setup(
'gym', 'gym',
'PyQt5', 'PyQt5',
'matplotlib', 'matplotlib',
'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git', # 'mp_env_api @ git+https://github.com/ALRhub/motion_primitive_env_api.git@dmc_integration',
'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git@dmc_integration',
'mujoco-py<2.1,>=2.0', 'mujoco-py<2.1,>=2.0',
'dm_control' 'dm_control',
'metaworld @ git+https://github.com/rlworkgroup/metaworld.git@master#egg=metaworld' 'metaworld @ git+https://github.com/rlworkgroup/metaworld.git@master#egg=metaworld',
], ],
url='https://github.com/ALRhub/alr_envs/', url='https://github.com/ALRhub/alr_envs/',