[tool.poetry] name = "sim_aloha" version = "0.1.1" description = "ALOHA environment for LeRobot" authors = [ "Rémi Cadène ", ] maintainers = [ "Alexander Soare ", "Quentin Gallouédec ", "Simon Alibert ", ] readme = "README.md" license = "Apache-2.0" classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.10", ] packages = [{include = "aloha"}] [tool.poetry.dependencies] python = "^3.10" dm-control = "1.0.14" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"