Update setup.py

This commit is contained in:
ottofabian 2023-01-17 11:18:30 +01:00 committed by GitHub
parent 8e91e32737
commit a8808a758a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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