Update setup.py

This commit is contained in:
ottofabian
2023-01-17 11:18:30 +01:00
committed by GitHub
parent 8e91e32737
commit a8808a758a
+1 -1
View File
@@ -35,7 +35,7 @@ setup(
extras_require=extras, extras_require=extras,
install_requires=[ install_requires=[
'gym[mujoco]<0.25.0,>=0.24.1', '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")], packages=[package for package in find_packages() if package.startswith("fancy_gym")],
package_data={ package_data={