[tool.poetry] name = "reboundtest" version = "0.1.0" description = "" authors = ["Lukas Winkler "] [tool.poetry.dependencies] python = "^3.7" rebound = "^3.16.0" matplotlib = "^3.2.1" ipywidgets = "^7.5.1" scipy = "^1.4.1" graphviz = "^0.16" py-spy = "^0.3.3" mypy = "^0.812" rebound-stubs = {git = "https://github.com/Findus23/rebound-stubs.git", rev = "main"} setproctitle = "^1.2.2" libconf = "^2.0.1" PyYAML = "^5.4.1" [tool.poetry.dev-dependencies] "vext.pyqt5" = "^0.7.4" torch = "^1.8.0" vext = {git = "https://github.com/vext-python/vext.git"} [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"