fixed setup.py

This commit is contained in:
Fabian 2022-07-14 11:54:38 +02:00
parent 2283f4416c
commit 855dba7fde

View File

@ -29,7 +29,7 @@ setup(
install_requires=[
'gym>=0.24.0',
'mujoco==2.2.0',
'mp_pytorch @ git+https://github.com/ALRhub/MP_PyTorch.git@master'
'mp_pytorch @ git+https://github.com/ALRhub/MP_PyTorch.git@main'
],
packages=[package for package in find_packages() if package.startswith("fancy_gym")],
package_data={