Update setup.py
This commit is contained in:
parent
8e91e32737
commit
a8808a758a
2
setup.py
2
setup.py
@ -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={
|
||||
|
Loading…
Reference in New Issue
Block a user