Skip to content

Instantly share code, notes, and snippets.

@TheButlah
Created December 14, 2020 20:03
Show Gist options
  • Save TheButlah/53d88f0a4bb7300d97575556ff46345f to your computer and use it in GitHub Desktop.
Save TheButlah/53d88f0a4bb7300d97575556ff46345f to your computer and use it in GitHub Desktop.
[tool.poetry]
authors = ["Ryan Butler <[email protected]>"]
description = ""
name = "robotics"
version = "0.1.0"
[tool.poetry.dependencies]
mujoco-py = { git = "https://github.com/adipandas/mujoco-py" }
open3d = "0.10.0"
python = "^3.6"
scipy = "^1.3"
tqdm = "^4.36"
robotics = { path = "../robotics", develop = false } # This causes the bug
[tool.poetry.dev-dependencies]
black = { version = "^19.10b0", allow-prereleases = true }
[build-system]
build-backend = "poetry.masonry.api"
requires = ["poetry>=0.12"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment