Update setup.py

This commit is contained in:
ottofabian 2022-07-26 10:48:19 +02:00 committed by GitHub
parent 4aacd71ed3
commit 623adaacd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ setup(
],
extras_require=extras,
install_requires=[
'gym[mujoco]>=0.24.0',
'gym[mujoco]<0.25.0,>=0.24.0',
'mp_pytorch @ git+https://github.com/ALRhub/MP_PyTorch.git@main'
],
packages=[package for package in find_packages() if package.startswith("fancy_gym")],